MythTV
master
|
This descriptor is used to identify streams with SpliceInformationTable data in them. More...
#include <sctedescriptors.h>
Public Types | |
enum | { kLimited = 0x0, kAllCommands = 0x1, kSegmentation = 0x2, kTieredSplicing = 0x3, kTieredSegmentation = 0x4 } |
Public Member Functions | |
CueIdentifierDescriptor (const unsigned char *data, uint len) | |
uint | CueStreamType (void) const |
QString | CueStreamTypeString (void) const |
QString | toString (void) const override |
![]() | |
operator const unsigned char * () const | |
MPEGDescriptor (const unsigned char *data, int len=300) | |
MPEGDescriptor (const std::vector< uint8_t > &data) | |
MPEGDescriptor (const unsigned char *data, int len, uint tag) | |
MPEGDescriptor (const std::vector< uint8_t > &data, uint tag) | |
MPEGDescriptor (const unsigned char *data, int len, uint tag, uint req_desc_len) | |
virtual | ~MPEGDescriptor ()=default |
bool | IsValid (void) const |
uint | size (void) const |
uint | DescriptorTag (void) const |
uint | DescriptorLength (void) const |
uint | DescriptorTagExtension (void) const |
QString | DescriptorTagString (void) const |
virtual QString | toStringPD (uint priv_dsid) const |
virtual QString | toStringXML (uint indent_level) const |
Returns XML representation of string the TS Reader XML format. More... | |
QString | hexdump (void) const |
QString | descrDump (const QString &name) const |
Additional Inherited Members | |
![]() | |
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 |
This descriptor is used to identify streams with SpliceInformationTable data in them.
Definition at line 156 of file sctedescriptors.h.
anonymous enum |
Definition at line 165 of file sctedescriptors.h.
|
inline |
Definition at line 159 of file sctedescriptors.h.
|
inline |
Definition at line 175 of file sctedescriptors.h.
Referenced by CueStreamTypeString().
QString CueIdentifierDescriptor::CueStreamTypeString | ( | void | ) | const |
Definition at line 42 of file sctedescriptors.cpp.
Referenced by toString().
|
overridevirtual |
Reimplemented from MPEGDescriptor.
Definition at line 64 of file sctedescriptors.cpp.