DASH Media Packaging SDK
|
Class for parsing HEVC decoder configuration. More...
#include <hevc_decoder_configuration.h>
Public Member Functions | |
std::string | GetCodecString (VideoCodec codec) const |
Public Member Functions inherited from shaka::media::DecoderConfiguration | |
bool | Parse (const std::vector< uint8_t > &data) |
bool | Parse (const uint8_t *data, size_t data_size) |
uint8_t | nalu_length_size () const |
size_t | nalu_count () const |
const Nalu & | nalu (size_t i) const |
Additional Inherited Members | |
Protected Member Functions inherited from shaka::media::DecoderConfiguration | |
void | AddNalu (const Nalu &nalu) |
Adds the given Nalu to the configuration. | |
const uint8_t * | data () const |
size_t | data_size () const |
void | set_nalu_length_size (uint8_t nalu_length_size) |
Sets the size of the NAL unit length field. | |
Class for parsing HEVC decoder configuration.
Definition at line 22 of file hevc_decoder_configuration.h.
std::string shaka::media::HEVCDecoderConfiguration::GetCodecString | ( | VideoCodec | codec | ) | const |
Definition at line 135 of file hevc_decoder_configuration.cc.