Shaka Packager SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Attributes | List of all members
shaka::Element Struct Reference

Public Attributes

std::string name
 
std::map< std::string, std::string > attributes
 
std::string content
 
std::vector< Elementsubelements
 

Detailed Description

Definition at line 22 of file content_protection_element.h.

Constructor & Destructor Documentation

◆ Element()

shaka::Element::Element ( )

Definition at line 10 of file content_protection_element.cc.

◆ ~Element()

shaka::Element::~Element ( )

Definition at line 11 of file content_protection_element.cc.

Member Data Documentation

◆ attributes

std::map<std::string, std::string> shaka::Element::attributes

Definition at line 28 of file content_protection_element.h.

◆ content

std::string shaka::Element::content

Definition at line 30 of file content_protection_element.h.

◆ name

std::string shaka::Element::name

Definition at line 26 of file content_protection_element.h.

◆ subelements

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

Definition at line 31 of file content_protection_element.h.


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