#include <libmythtv/mpeg/mpegdescriptors.h>
|
static desc_list_t | Parse (const unsigned char *data, uint len) |
|
static desc_list_t | ParseAndExclude (const unsigned char *data, uint len, int excluded_descid) |
|
static desc_list_t | ParseOnlyInclude (const unsigned char *data, uint len, int excluded_descid) |
|
static const unsigned char * | Find (const desc_list_t &parsed, uint desc_tag) |
|
static const unsigned char * | FindExtension (const desc_list_t &parsed, uint desc_tag) |
|
static desc_list_t | FindAll (const desc_list_t &parsed, uint desc_tag) |
|
static const unsigned char * | FindBestMatch (const desc_list_t &parsed, uint desc_tag, QMap< uint, uint > &langPref) |
|
static desc_list_t | FindBestMatches (const desc_list_t &parsed, uint desc_tag, QMap< uint, uint > &langPref) |
|
const unsigned char * | m_data |
|
Definition at line 378 of file mpegdescriptors.h.
◆ VideoStreamDescriptor()
VideoStreamDescriptor::VideoStreamDescriptor |
( |
const unsigned char * |
data, |
|
|
int |
len = 300 |
|
) |
| |
|
inlineexplicit |
◆ MultipleFrameRateFlag()
bool VideoStreamDescriptor::MultipleFrameRateFlag |
( |
void |
| ) |
const |
|
inline |
◆ FrameRateCode()
uint VideoStreamDescriptor::FrameRateCode |
( |
void |
| ) |
const |
|
inline |
◆ MPEG1OnlyFlag()
bool VideoStreamDescriptor::MPEG1OnlyFlag |
( |
void |
| ) |
const |
|
inline |
◆ ConstrainedParameterFlag()
bool VideoStreamDescriptor::ConstrainedParameterFlag |
( |
void |
| ) |
const |
|
inline |
◆ StillPictureFlag()
bool VideoStreamDescriptor::StillPictureFlag |
( |
void |
| ) |
const |
|
inline |
◆ ProfileAndLevelIndication()
uint VideoStreamDescriptor::ProfileAndLevelIndication |
( |
void |
| ) |
const |
|
inline |
◆ ChromaFormat()
uint VideoStreamDescriptor::ChromaFormat |
( |
void |
| ) |
const |
|
inline |
◆ FrameRateExtensionFlag()
bool VideoStreamDescriptor::FrameRateExtensionFlag |
( |
void |
| ) |
const |
|
inline |
◆ toString()
QString VideoStreamDescriptor::toString |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: