|
MythTV master
|
#include <libmythtv/channelscan/hdhrchannelfetcher.h>
Public Member Functions | |
| HDHRChannelInfo ()=default | |
| HDHRChannelInfo (QString name, QString number, const QString &url, QString modulation, QString videoCodec, QString audioCodec, uint frequency, uint serviceID, uint networkID, uint transportID) | |
| bool | IsValid (void) const |
Public Attributes | |
| QString | m_name |
| QString | m_number |
| IPTVTuningData | m_tuning |
| QString | m_channelType |
| QString | m_modulation |
| QString | m_videoCodec |
| QString | m_audioCodec |
| uint | m_frequency {0} |
| uint | m_serviceID {0} |
| uint | m_networkID {0} |
| uint | m_transportID {0} |
| bool | m_fta {true} |
Definition at line 23 of file hdhrchannelfetcher.h.
|
default |
|
inline |
Definition at line 29 of file hdhrchannelfetcher.h.
|
inline |
Definition at line 71 of file hdhrchannelfetcher.h.
| QString HDHRChannelInfo::m_audioCodec |
Definition at line 83 of file hdhrchannelfetcher.h.
Referenced by HDHRChannelInfo().
| QString HDHRChannelInfo::m_channelType |
Definition at line 80 of file hdhrchannelfetcher.h.
Referenced by HDHRChannelInfo().
| uint HDHRChannelInfo::m_frequency {0} |
Definition at line 84 of file hdhrchannelfetcher.h.
Definition at line 88 of file hdhrchannelfetcher.h.
| QString HDHRChannelInfo::m_modulation |
Definition at line 81 of file hdhrchannelfetcher.h.
| QString HDHRChannelInfo::m_name |
Definition at line 77 of file hdhrchannelfetcher.h.
Referenced by IsValid().
| uint HDHRChannelInfo::m_networkID {0} |
Definition at line 86 of file hdhrchannelfetcher.h.
| QString HDHRChannelInfo::m_number |
Definition at line 78 of file hdhrchannelfetcher.h.
| uint HDHRChannelInfo::m_serviceID {0} |
Definition at line 85 of file hdhrchannelfetcher.h.
| uint HDHRChannelInfo::m_transportID {0} |
Definition at line 87 of file hdhrchannelfetcher.h.
| IPTVTuningData HDHRChannelInfo::m_tuning |
Definition at line 79 of file hdhrchannelfetcher.h.
Referenced by IsValid().
| QString HDHRChannelInfo::m_videoCodec |
Definition at line 82 of file hdhrchannelfetcher.h.
Referenced by HDHRChannelInfo().