|
Shaka Packager SDK
|
#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< Element > | subelements |
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.
| shaka::ContentProtectionElement::ContentProtectionElement | ( | ) |
Definition at line 12 of file content_protection_element.cc.
| shaka::ContentProtectionElement::~ContentProtectionElement | ( | ) |
Definition at line 13 of file content_protection_element.cc.
| std::map<std::string, std::string> shaka::ContentProtectionElement::additional_attributes |
Definition at line 44 of file content_protection_element.h.
| std::string shaka::ContentProtectionElement::scheme_id_uri |
Definition at line 41 of file content_protection_element.h.
| std::vector<Element> shaka::ContentProtectionElement::subelements |
Definition at line 47 of file content_protection_element.h.
| std::string shaka::ContentProtectionElement::value |
Definition at line 40 of file content_protection_element.h.