Shaka Packager SDK
Public Member Functions | Public Attributes | List of all members
shaka::media::mp4::AudioSampleEntry Struct Reference
Inheritance diagram for shaka::media::mp4::AudioSampleEntry:
shaka::media::mp4::Box

Public Member Functions

FourCC BoxType () const override
 
FourCC GetActualFormat () const
 
- 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

FourCC format = FOURCC_NULL
 
uint16_t data_reference_index = 1u
 
uint16_t channelcount = 2u
 
uint16_t samplesize = 16u
 
uint32_t samplerate = 0u
 
ProtectionSchemeInfo sinf
 
ElementaryStreamDescriptor esds
 
DTSSpecific ddts
 
UDTSSpecific udts
 
AC3Specific dac3
 
EC3Specific dec3
 
AC4Specific dac4
 
OpusSpecific dops
 
IAMFSpecific iacb
 
FlacSpecific dfla
 
MHAConfiguration mhac
 
ALACSpecific alac
 

Additional Inherited Members

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

Detailed Description

Definition at line 400 of file box_definitions.h.

Member Function Documentation

◆ BoxType()

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

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

Definition at line 2027 of file box_definitions.cc.


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