#include <xml_node.h>
|
| RepresentationBaseXmlNode (const std::string &name) |
|
bool | AddDescriptor (const std::string &descriptor_name, const std::string &scheme_id_uri, const std::string &value) |
|
This corresponds to RepresentationBaseType in MPD. RepresentationBaseType is not a concrete element type so this should not get instantiated on its own. AdaptationSet and Representation are subtypes of this.
Definition at line 128 of file xml_node.h.
◆ AddDescriptor()
bool shaka::xml::RepresentationBaseXmlNode::AddDescriptor |
( |
const std::string & |
descriptor_name, |
|
|
const std::string & |
scheme_id_uri, |
|
|
const std::string & |
value |
|
) |
| |
|
protected |
Add a Descriptor.
- Parameters
-
descriptor_name | is the name of the descriptor. |
scheme_id_uri | is content of the schemeIdUri attribute. |
value | is the content of value attribute. |
Definition at line 317 of file xml_node.cc.
◆ AddEssentialProperty()
bool shaka::xml::RepresentationBaseXmlNode::AddEssentialProperty |
( |
const std::string & |
scheme_id_uri, |
|
|
const std::string & |
value |
|
) |
| |
- Parameters
-
scheme_id_uri | is content of the schemeIdUri attribute. |
value | is the content of value attribute. |
Definition at line 311 of file xml_node.cc.
◆ AddSupplementalProperty()
bool shaka::xml::RepresentationBaseXmlNode::AddSupplementalProperty |
( |
const std::string & |
scheme_id_uri, |
|
|
const std::string & |
value |
|
) |
| |
- Parameters
-
scheme_id_uri | is content of the schemeIdUri attribute. |
value | is the content of value attribute. |
Definition at line 305 of file xml_node.cc.
The documentation for this class was generated from the following files: