Shaka Packager SDK
|
AdaptationSetType specified in MPD. More...
#include <xml_node.h>
Public Member Functions | |
bool | AddAccessibilityElement (const std::string &scheme_id_uri, const std::string &value) |
bool | AddRoleElement (const std::string &scheme_id_uri, const std::string &value) |
bool | AddLabelElement (const std::string &value) |
Public Member Functions inherited from shaka::xml::RepresentationBaseXmlNode | |
bool | AddContentProtectionElements (const std::list< ContentProtectionElement > &content_protection_elements) |
bool | AddSupplementalProperty (const std::string &scheme_id_uri, const std::string &value) |
bool | AddEssentialProperty (const std::string &scheme_id_uri, const std::string &value) |
Public Member Functions inherited from shaka::xml::XmlNode | |
XmlNode (const std::string &name) | |
XmlNode (XmlNode &&) | |
XmlNode & | operator= (XmlNode &&) |
bool | AddChild (XmlNode child) |
bool | AddElements (const std::vector< Element > &elements) |
Adds Elements to this node using the Element struct. | |
bool | SetStringAttribute (const std::string &attribute_name, const std::string &attribute) |
bool | SetIntegerAttribute (const std::string &attribute_name, uint64_t number) |
bool | SetFloatingPointAttribute (const std::string &attribute_name, double number) |
bool | SetId (uint32_t id) |
void | AddContent (const std::string &content) |
Similar to SetContent, but appends to the end of existing content. | |
void | AddUrlEncodedContent (const std::string &content) |
void | SetContent (const std::string &content) |
void | SetUrlEncodedContent (const std::string &content) |
std::set< std::string > | ExtractReferencedNamespaces () const |
std::string | ToString (const std::string &comment) const |
bool | GetAttribute (const std::string &name, std::string *value) const |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::xml::RepresentationBaseXmlNode | |
RepresentationBaseXmlNode (const std::string &name) | |
bool | AddDescriptor (const std::string &descriptor_name, const std::string &scheme_id_uri, const std::string &value) |
AdaptationSetType specified in MPD.
Definition at line 163 of file xml_node.h.
bool shaka::xml::AdaptationSetXmlNode::AddAccessibilityElement | ( | const std::string & | scheme_id_uri, |
const std::string & | value | ||
) |
scheme_id_uri | is content of the schemeIdUri attribute. |
value | is the content of value attribute. |
Definition at line 353 of file xml_node.cc.
bool shaka::xml::AdaptationSetXmlNode::AddLabelElement | ( | const std::string & | value | ) |
value | is element's content. |
Definition at line 364 of file xml_node.cc.
bool shaka::xml::AdaptationSetXmlNode::AddRoleElement | ( | const std::string & | scheme_id_uri, |
const std::string & | value | ||
) |
scheme_id_uri | is content of the schemeIdUri attribute. |
value | is the content of value attribute. |
Definition at line 359 of file xml_node.cc.