Definition in file myth_utils.c.
Go to the source code of this file.
Functions | |
| const char * | codec_id_string (enum CodecID codec_id) |
| returns a human readable string for the CodecID enum. | |
| const char * | codec_type_string (enum CodecType codec_type) |
| returns a human readable string for the CodecType enum. | |
| const char* codec_id_string | ( | enum CodecID | codec_id | ) |
returns a human readable string for the CodecID enum.
Definition at line 32 of file myth_utils.c.
Referenced by AvFormatDecoder::GetFrame(), AudioOutputDigitalEncoder::Init(), AvFormatDecoder::InitVideoCodec(), mpegts_add_stream(), AudioOutputBase::Reconfigure(), AvFormatDecoder::ScanStreams(), and AudioInfo::toString().
| const char* codec_type_string | ( | enum CodecType | codec_type | ) |
returns a human readable string for the CodecType enum.
Definition at line 214 of file myth_utils.c.
Referenced by AvFormatDecoder::GetFrame(), AvFormatDecoder::InitVideoCodec(), mpegts_add_stream(), and AvFormatDecoder::ScanStreams().
1.5.5