◆ color_primaries()
uint8_t shaka::media::DecoderConfigurationRecord::color_primaries |
( |
| ) |
const |
|
inline |
◆ data()
const uint8_t* shaka::media::DecoderConfigurationRecord::data |
( |
| ) |
const |
|
inlineprotected |
◆ data_size()
size_t shaka::media::DecoderConfigurationRecord::data_size |
( |
| ) |
const |
|
inlineprotected |
◆ matrix_coefficients()
uint8_t shaka::media::DecoderConfigurationRecord::matrix_coefficients |
( |
| ) |
const |
|
inline |
◆ nalu()
const Nalu& shaka::media::DecoderConfigurationRecord::nalu |
( |
size_t |
i | ) |
const |
|
inline |
◆ nalu_count()
size_t shaka::media::DecoderConfigurationRecord::nalu_count |
( |
| ) |
const |
|
inline |
◆ nalu_length_size()
uint8_t shaka::media::DecoderConfigurationRecord::nalu_length_size |
( |
| ) |
const |
|
inline |
◆ Parse() [1/2]
bool shaka::media::DecoderConfigurationRecord::Parse |
( |
const std::vector< uint8_t > & |
data | ) |
|
|
inline |
Parses input to extract decoder configuration record. This will make and store a copy of the data for Nalu access.
- Returns
- false if there are parsing errors.
Definition at line 29 of file decoder_configuration_record.h.
◆ Parse() [2/2]
bool shaka::media::DecoderConfigurationRecord::Parse |
( |
const uint8_t * |
data, |
|
|
size_t |
data_size |
|
) |
| |
Parses input to extract decoder configuration record. This will make and store a copy of the data for Nalu access.
- Returns
- false if there are parsing errors.
Definition at line 15 of file decoder_configuration_record.cc.
◆ transfer_characteristics()
uint8_t shaka::media::DecoderConfigurationRecord::transfer_characteristics |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: