|
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 | |
| std::vector< uint8_t > | opus_identification_header |
| uint16_t | preskip = 0u |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::media::mp4::Box | |
| virtual bool | ReadWriteHeaderInternal (BoxBuffer *buffer) |
Definition at line 368 of file box_definitions.h.
|
overridevirtual |
Implements shaka::media::mp4::Box.
Definition at line 1911 of file box_definitions.cc.
| std::vector<uint8_t> shaka::media::mp4::OpusSpecific::opus_identification_header |
Definition at line 371 of file box_definitions.h.
| uint16_t shaka::media::mp4::OpusSpecific::preskip = 0u |
Definition at line 373 of file box_definitions.h.