|
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 | |
| uint32_t | sampling_frequency = 0u |
| uint32_t | max_bitrate = 0u |
| uint32_t | avg_bitrate = 0u |
| uint8_t | pcm_sample_depth = 0u |
| std::vector< uint8_t > | extra_data |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::media::mp4::Box | |
| virtual bool | ReadWriteHeaderInternal (BoxBuffer *buffer) |
Definition at line 327 of file box_definitions.h.
|
overridevirtual |
Implements shaka::media::mp4::Box.
Definition at line 1792 of file box_definitions.cc.
| uint32_t shaka::media::mp4::DTSSpecific::avg_bitrate = 0u |
Definition at line 332 of file box_definitions.h.
| std::vector<uint8_t> shaka::media::mp4::DTSSpecific::extra_data |
Definition at line 334 of file box_definitions.h.
| uint32_t shaka::media::mp4::DTSSpecific::max_bitrate = 0u |
Definition at line 331 of file box_definitions.h.
| uint8_t shaka::media::mp4::DTSSpecific::pcm_sample_depth = 0u |
Definition at line 333 of file box_definitions.h.
| uint32_t shaka::media::mp4::DTSSpecific::sampling_frequency = 0u |
Definition at line 330 of file box_definitions.h.