|
Shaka Packager SDK
|
Public Member Functions | |
| FourCC | BoxType () const override |
Public Member Functions inherited from shaka::media::mp4::FullBox | |
| uint32_t | HeaderSize () const final |
Public Member Functions inherited from shaka::media::mp4::Box | |
| bool | Parse (BoxReader *reader) |
| void | Write (BufferWriter *writer) |
| void | WriteHeader (BufferWriter *writer) |
| uint32_t | ComputeSize () |
| uint32_t | box_size () |
Public Attributes | |
| uint8_t | default_is_protected = 0 |
| uint8_t | default_per_sample_iv_size = 0 |
| std::vector< uint8_t > | default_kid = std::vector<uint8_t>(16, 0) |
| uint8_t | default_crypt_byte_block = 0 |
| uint8_t | default_skip_byte_block = 0 |
| std::vector< uint8_t > | default_constant_iv |
Public Attributes inherited from shaka::media::mp4::FullBox | |
| uint8_t | version = 0 |
| uint32_t | flags = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::media::mp4::FullBox | |
| bool | ReadWriteHeaderInternal (BoxBuffer *buffer) final |
Definition at line 144 of file box_definitions.h.
|
overridevirtual |
Implements shaka::media::mp4::Box.
Definition at line 436 of file box_definitions.cc.
| std::vector<uint8_t> shaka::media::mp4::TrackEncryption::default_constant_iv |
Definition at line 158 of file box_definitions.h.
| uint8_t shaka::media::mp4::TrackEncryption::default_crypt_byte_block = 0 |
Definition at line 153 of file box_definitions.h.
| uint8_t shaka::media::mp4::TrackEncryption::default_is_protected = 0 |
Definition at line 147 of file box_definitions.h.
| std::vector<uint8_t> shaka::media::mp4::TrackEncryption::default_kid = std::vector<uint8_t>(16, 0) |
Definition at line 150 of file box_definitions.h.
| uint8_t shaka::media::mp4::TrackEncryption::default_per_sample_iv_size = 0 |
Definition at line 148 of file box_definitions.h.
| uint8_t shaka::media::mp4::TrackEncryption::default_skip_byte_block = 0 |
Definition at line 154 of file box_definitions.h.