MythTV  master
Public Member Functions | Public Attributes | Protected Member Functions | Friends | List of all members
IPTVChannelInfo Class Reference

#include <libmythtv/channelscan/iptvchannelfetcher.h>

Collaboration diagram for IPTVChannelInfo:
[legend]

Public Member Functions

 IPTVChannelInfo ()=default
 
 IPTVChannelInfo (QString name, QString xmltvid, QString logo, const QString &data_url, uint data_bitrate, const QString &fec_type, const QString &fec_url0, uint fec_bitrate0, const QString &fec_url1, uint fec_bitrate1, uint programnumber)
 

Public Attributes

QString m_name
 
QString m_xmltvid
 
QString m_logo
 
uint m_programNumber {0}
 
IPTVTuningData m_tuning
 

Protected Member Functions

bool IsValid (void) const
 

Friends

class TestIPTVRecorder
 

Detailed Description

Definition at line 26 of file iptvchannelfetcher.h.

Constructor & Destructor Documentation

◆ IPTVChannelInfo() [1/2]

IPTVChannelInfo::IPTVChannelInfo ( )
default

◆ IPTVChannelInfo() [2/2]

IPTVChannelInfo::IPTVChannelInfo ( QString  name,
QString  xmltvid,
QString  logo,
const QString &  data_url,
uint  data_bitrate,
const QString &  fec_type,
const QString &  fec_url0,
uint  fec_bitrate0,
const QString &  fec_url1,
uint  fec_bitrate1,
uint  programnumber 
)
inline

Definition at line 32 of file iptvchannelfetcher.h.

Member Function Documentation

◆ IsValid()

bool IPTVChannelInfo::IsValid ( void  ) const
inlineprotected

Definition at line 53 of file iptvchannelfetcher.h.

Friends And Related Function Documentation

◆ TestIPTVRecorder

friend class TestIPTVRecorder
friend

Definition at line 52 of file iptvchannelfetcher.h.

Member Data Documentation

◆ m_name

QString IPTVChannelInfo::m_name

Definition at line 59 of file iptvchannelfetcher.h.

Referenced by IsValid().

◆ m_xmltvid

QString IPTVChannelInfo::m_xmltvid

Definition at line 60 of file iptvchannelfetcher.h.

◆ m_logo

QString IPTVChannelInfo::m_logo

Definition at line 61 of file iptvchannelfetcher.h.

◆ m_programNumber

uint IPTVChannelInfo::m_programNumber {0}

Definition at line 62 of file iptvchannelfetcher.h.

◆ m_tuning

IPTVTuningData IPTVChannelInfo::m_tuning

Definition at line 63 of file iptvchannelfetcher.h.

Referenced by IsValid().


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