Shaka Packager SDK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
shaka::media::mp4::SampleTable Struct Reference
Inheritance diagram for shaka::media::mp4::SampleTable:
shaka::media::mp4::Box

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

SampleDescription description
 
DecodingTimeToSample decoding_time_to_sample
 
CompositionTimeToSample composition_time_to_sample
 
SampleToChunk sample_to_chunk
 
SampleSize sample_size
 
ChunkLargeOffset chunk_large_offset
 
SyncSample sync_sample
 
std::vector< SampleGroupDescriptionsample_group_descriptions
 
std::vector< SampleToGroupsample_to_groups
 

Additional Inherited Members

- Protected Member Functions inherited from shaka::media::mp4::Box
virtual bool ReadWriteHeaderInternal (BoxBuffer *buffer)
 

Detailed Description

Definition at line 608 of file box_definitions.h.

Member Function Documentation

◆ BoxType()

FourCC shaka::media::mp4::SampleTable::BoxType ( ) const
overridevirtual
Returns
box type.

Implements shaka::media::mp4::Box.

Definition at line 1159 of file box_definitions.cc.

Member Data Documentation

◆ chunk_large_offset

ChunkLargeOffset shaka::media::mp4::SampleTable::chunk_large_offset

Definition at line 619 of file box_definitions.h.

◆ composition_time_to_sample

CompositionTimeToSample shaka::media::mp4::SampleTable::composition_time_to_sample

Definition at line 613 of file box_definitions.h.

◆ decoding_time_to_sample

DecodingTimeToSample shaka::media::mp4::SampleTable::decoding_time_to_sample

Definition at line 612 of file box_definitions.h.

◆ description

SampleDescription shaka::media::mp4::SampleTable::description

Definition at line 611 of file box_definitions.h.

◆ sample_group_descriptions

std::vector<SampleGroupDescription> shaka::media::mp4::SampleTable::sample_group_descriptions

Definition at line 621 of file box_definitions.h.

◆ sample_size

SampleSize shaka::media::mp4::SampleTable::sample_size

Definition at line 616 of file box_definitions.h.

◆ sample_to_chunk

SampleToChunk shaka::media::mp4::SampleTable::sample_to_chunk

Definition at line 614 of file box_definitions.h.

◆ sample_to_groups

std::vector<SampleToGroup> shaka::media::mp4::SampleTable::sample_to_groups

Definition at line 622 of file box_definitions.h.

◆ sync_sample

SyncSample shaka::media::mp4::SampleTable::sync_sample

Definition at line 620 of file box_definitions.h.


The documentation for this struct was generated from the following files: