#include <es_descriptor.h>
|
uint32_t | buffer_size_db () const |
|
void | set_buffer_size_db (uint32_t buffer_size_db) |
|
uint32_t | max_bitrate () const |
|
void | set_max_bitrate (uint32_t max_bitrate) |
|
uint32_t | avg_bitrate () const |
|
void | set_avg_bitrate (uint32_t avg_bitrate) |
|
ObjectType | object_type () const |
|
void | set_object_type (ObjectType object_type) |
|
bool | IsAAC () const |
|
bool | IsDTS () const |
|
const DecoderSpecificInfoDescriptor & | decoder_specific_info_descriptor () const |
|
DecoderSpecificInfoDescriptor * | mutable_decoder_specific_info_descriptor () |
|
| BaseDescriptor (DescriptorTag tag) |
|
bool | Parse (const std::vector< uint8_t > &data) |
|
bool | Read (BitReader *reader) |
|
void | Write (BufferWriter *writer) |
|
size_t | ComputeSize () |
|
Implements DecoderConfig descriptor according to ISO 14496-1:2004 7.2.6.6 DecoderConfigDescriptor.
Definition at line 104 of file es_descriptor.h.
◆ IsAAC()
bool shaka::media::DecoderConfigDescriptor::IsAAC |
( |
| ) |
const |
|
inline |
◆ IsDTS()
bool shaka::media::DecoderConfigDescriptor::IsDTS |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: