◆ AddNalu()
| void shaka::media::DecoderConfigurationRecord::AddNalu |
( |
const Nalu & |
nalu | ) |
|
|
protected |
◆ 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.
◆ set_color_primaries()
| void shaka::media::DecoderConfigurationRecord::set_color_primaries |
( |
uint8_t |
color_primaries | ) |
|
|
inlineprotected |
◆ set_matrix_coefficients()
| void shaka::media::DecoderConfigurationRecord::set_matrix_coefficients |
( |
uint8_t |
matrix_coefficients | ) |
|
|
inlineprotected |
◆ set_nalu_length_size()
| void shaka::media::DecoderConfigurationRecord::set_nalu_length_size |
( |
uint8_t |
nalu_length_size | ) |
|
|
inlineprotected |
◆ set_transfer_characteristics()
| void shaka::media::DecoderConfigurationRecord::set_transfer_characteristics |
( |
uint8_t |
transfer_characteristics | ) |
|
|
inlineprotected |
◆ transfer_characteristics()
| uint8_t shaka::media::DecoderConfigurationRecord::transfer_characteristics |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: