|
Shaka Packager SDK
|
Public Member Functions | |
| FourCC | BoxType () const override |
Public Member Functions inherited from shaka::media::mp4::Box | |
| bool | Parse (BoxReader *reader) |
| void | Write (BufferWriter *writer) |
| void | WriteHeader (BufferWriter *writer) |
| uint32_t | ComputeSize () |
| virtual uint32_t | HeaderSize () const |
| uint32_t | box_size () |
Public Attributes | |
| FourCC | format = FOURCC_NULL |
| uint16_t | data_reference_index = 1u |
| std::string | namespace_ |
| std::string | schema_location |
| WebVTTConfigurationBox | config |
| WebVTTSourceLabelBox | label |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::media::mp4::Box | |
| virtual bool | ReadWriteHeaderInternal (BoxBuffer *buffer) |
Definition at line 443 of file box_definitions.h.
|
overridevirtual |
Implements shaka::media::mp4::Box.
Definition at line 2140 of file box_definitions.cc.
| WebVTTConfigurationBox shaka::media::mp4::TextSampleEntry::config |
Definition at line 461 of file box_definitions.h.
| uint16_t shaka::media::mp4::TextSampleEntry::data_reference_index = 1u |
Definition at line 453 of file box_definitions.h.
| FourCC shaka::media::mp4::TextSampleEntry::format = FOURCC_NULL |
Definition at line 449 of file box_definitions.h.
| WebVTTSourceLabelBox shaka::media::mp4::TextSampleEntry::label |
Definition at line 462 of file box_definitions.h.
| std::string shaka::media::mp4::TextSampleEntry::namespace_ |
Definition at line 456 of file box_definitions.h.
| std::string shaka::media::mp4::TextSampleEntry::schema_location |
Definition at line 457 of file box_definitions.h.