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.