Shaka Packager SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
shaka::ContentProtectionElement Struct Reference

#include <content_protection_element.h>

Public Attributes

std::string value
 
std::string scheme_id_uri
 
std::map< std::string, std::string > additional_attributes
 
std::vector< Elementsubelements
 

Detailed Description

Structure to represent <ContentProtection> element in DASH MPD spec (ISO 23009-1:2012 MPD and Segment Formats).

Definition at line 36 of file content_protection_element.h.

Constructor & Destructor Documentation

◆ ContentProtectionElement()

shaka::ContentProtectionElement::ContentProtectionElement ( )

Definition at line 12 of file content_protection_element.cc.

◆ ~ContentProtectionElement()

shaka::ContentProtectionElement::~ContentProtectionElement ( )

Definition at line 13 of file content_protection_element.cc.

Member Data Documentation

◆ additional_attributes

std::map<std::string, std::string> shaka::ContentProtectionElement::additional_attributes

Definition at line 44 of file content_protection_element.h.

◆ scheme_id_uri

std::string shaka::ContentProtectionElement::scheme_id_uri

Definition at line 41 of file content_protection_element.h.

◆ subelements

std::vector<Element> shaka::ContentProtectionElement::subelements

Definition at line 47 of file content_protection_element.h.

◆ value

std::string shaka::ContentProtectionElement::value

Definition at line 40 of file content_protection_element.h.


The documentation for this struct was generated from the following files: