|
Shaka Packager SDK
|
Public Member Functions | |
| FourCC | BoxType () const override |
| template<typename T > | |
| bool | ReadWriteEntries (BoxBuffer *buffer, std::vector< T > *entries) |
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 | |
| uint32_t | grouping_type = 0 |
| std::vector< CencSampleEncryptionInfoEntry > | cenc_sample_encryption_info_entries |
| std::vector< AudioRollRecoveryEntry > | audio_roll_recovery_entries |
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 576 of file box_definitions.h.
|
overridevirtual |
Implements shaka::media::mp4::Box.
Definition at line 1033 of file box_definitions.cc.
| bool shaka::media::mp4::SampleGroupDescription::ReadWriteEntries | ( | BoxBuffer * | buffer, |
| std::vector< T > * | entries | ||
| ) |
Definition at line 1055 of file box_definitions.cc.
| std::vector<AudioRollRecoveryEntry> shaka::media::mp4::SampleGroupDescription::audio_roll_recovery_entries |
Definition at line 587 of file box_definitions.h.
| std::vector<CencSampleEncryptionInfoEntry> shaka::media::mp4::SampleGroupDescription::cenc_sample_encryption_info_entries |
Definition at line 585 of file box_definitions.h.
| uint32_t shaka::media::mp4::SampleGroupDescription::grouping_type = 0 |
Definition at line 582 of file box_definitions.h.