Definition at line 20 of file decoder_configuration.h.
const uint8_t* shaka::media::DecoderConfiguration::data |
( |
| ) |
const |
|
inlineprotected |
size_t shaka::media::DecoderConfiguration::data_size |
( |
| ) |
const |
|
inlineprotected |
const Nalu& shaka::media::DecoderConfiguration::nalu |
( |
size_t |
i | ) |
const |
|
inline |
- Returns
- The nalu at the given index. The Nalu is only valid for the lifetime of this object, even if copied.
Definition at line 44 of file decoder_configuration.h.
size_t shaka::media::DecoderConfiguration::nalu_count |
( |
| ) |
const |
|
inline |
uint8_t shaka::media::DecoderConfiguration::nalu_length_size |
( |
| ) |
const |
|
inline |
bool shaka::media::DecoderConfiguration::Parse |
( |
const std::vector< uint8_t > & |
data | ) |
|
|
inline |
Parses input to extract decoder configuration data. This will make and store a copy of the data for Nalu access.
- Returns
- false if there are parsing errors.
Definition at line 27 of file decoder_configuration.h.
bool shaka::media::DecoderConfiguration::Parse |
( |
const uint8_t * |
data, |
|
|
size_t |
data_size |
|
) |
| |
Parses input to extract decoder configuration data. 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.cc.
The documentation for this class was generated from the following files: