MythTV  master
Public Member Functions | List of all members
PartialTransportStreamDescriptor Class Reference

#include <dvbdescriptors.h>

Inheritance diagram for PartialTransportStreamDescriptor:
Inheritance graph
[legend]
Collaboration diagram for PartialTransportStreamDescriptor:
Collaboration graph
[legend]

Public Member Functions

 PartialTransportStreamDescriptor (const unsigned char *data, int len=300)
 
uint PeakRate (void) const
 
uint SmoothRate (void) const
 
uint SmoothBuf (void) const
 
QString toString (void) const override
 
- Public Member Functions inherited from MPEGDescriptor
 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 Public Member Functions inherited from MPEGDescriptor
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)
 
- Protected Attributes inherited from MPEGDescriptor
const unsigned char * m_data
 

Detailed Description

Definition at line 2487 of file dvbdescriptors.h.

Constructor & Destructor Documentation

◆ PartialTransportStreamDescriptor()

PartialTransportStreamDescriptor::PartialTransportStreamDescriptor ( const unsigned char *  data,
int  len = 300 
)
inlineexplicit

Definition at line 2490 of file dvbdescriptors.h.

Member Function Documentation

◆ PeakRate()

uint PartialTransportStreamDescriptor::PeakRate ( void  ) const
inline

Definition at line 2498 of file dvbdescriptors.h.

Referenced by toString().

◆ SmoothRate()

uint PartialTransportStreamDescriptor::SmoothRate ( void  ) const
inline

Definition at line 2502 of file dvbdescriptors.h.

Referenced by toString().

◆ SmoothBuf()

uint PartialTransportStreamDescriptor::SmoothBuf ( void  ) const
inline

Definition at line 2506 of file dvbdescriptors.h.

Referenced by toString().

◆ toString()

QString PartialTransportStreamDescriptor::toString ( void  ) const
overridevirtual

Reimplemented from MPEGDescriptor.

Definition at line 1106 of file dvbdescriptors.cpp.


The documentation for this class was generated from the following files: