|
static V2ChannelInfoList * | GetChannelInfoList (uint SourceID, uint ChannelGroupID, uint StartIndex, uint Count, bool OnlyVisible, bool Details, bool OrderByName, bool GroupByCallsign, bool OnlyTunable) |
|
static V2ChannelInfo * | GetChannelInfo (uint ChanID) |
|
bool | UpdateDBChannel (uint MplexID, uint SourceID, uint ChannelID, const QString &CallSign, const QString &ChannelName, const QString &ChannelNumber, uint ServiceID, uint ATSCMajorChannel, uint ATSCMinorChannel, bool UseEIT, bool Visible, const QString &ExtendedVisible, const QString &FrequencyID, const QString &Icon, const QString &Format, const QString &XMLTVID, const QString &DefaultAuthority, uint ServiceType, int RecPriority, int TimeOffset, int CommMethod) |
|
bool | AddDBChannel (uint MplexID, uint SourceID, uint ChannelID, const QString &CallSign, const QString &ChannelName, const QString &ChannelNumber, uint ServiceID, uint ATSCMajorChannel, uint ATSCMinorChannel, bool UseEIT, bool Visible, const QString &ExtendedVisible, const QString &FrequencyID, const QString &Icon, const QString &Format, const QString &XMLTVID, const QString &DefaultAuthority, uint ServiceType, int RecPriority, int TimeOffset, int CommMethod) |
|
static bool | RemoveDBChannel (uint ChannelID) |
|
static uint | GetAvailableChanid (void) |
|
static V2CommMethodList * | GetCommMethodList (void) |
|
static V2VideoSourceList * | GetVideoSourceList (void) |
|
static V2VideoSource * | GetVideoSource (uint SourceID) |
|
bool | UpdateVideoSource (uint SourceID, const QString &SourceName, const QString &Grabber, const QString &UserId, const QString &FreqTable, const QString &LineupId, const QString &Password, bool UseEIT, const QString &ConfigPath, int NITId, uint BouquetId, uint RegionId, uint ScanFrequency, uint LCNOffset) |
|
static int | AddVideoSource (const QString &SourceName, const QString &Grabber, const QString &UserId, const QString &FreqTable, const QString &LineupId, const QString &Password, bool UseEIT, const QString &ConfigPath, int NITId, uint BouquetId, uint RegionId, uint ScanFrequency, uint LCNOffset) |
|
static bool | RemoveAllVideoSources (void) |
|
static bool | RemoveVideoSource (uint SourceID) |
|
static V2LineupList * | GetDDLineupList (const QString &Source, const QString &UserId, const QString &Password) |
|
static int | FetchChannelsFromSource (uint SourceId, uint CardId, bool WaitForFinish) |
|
static V2VideoMultiplexList * | GetVideoMultiplexList (uint SourceID, uint StartIndex, uint Count) |
|
static V2VideoMultiplex * | GetVideoMultiplex (uint MplexID) |
|
static QStringList | GetXMLTVIdList (uint SourceID) |
|
static V2GrabberList * | GetGrabberList () |
|
static QStringList | GetFreqTableList () |
|
static bool | StartScan (uint CardId, const QString &DesiredServices, bool FreeToAirOnly, bool ChannelNumbersOnly, bool CompleteChannelsOnly, bool FullChannelSearch, bool RemoveDuplicates, bool AddFullTS, bool TestDecryptable, const QString &ScanType, const QString &FreqTable, const QString &Modulation, const QString &FirstChan, const QString &LastChan, uint ScanId, bool IgnoreSignalTimeout, bool FollowNITSetting, uint MplexId, const QString &Frequency, const QString &Bandwidth, const QString &Polarity, const QString &SymbolRate, const QString &Inversion, const QString &Constellation, const QString &ModSys, const QString &CodeRateLP, const QString &CodeRateHP, const QString &FEC, const QString &TransmissionMode, const QString &GuardInterval, const QString &Hierarchy, const QString &RollOff) |
|
static V2ScanStatus * | GetScanStatus () |
|
static bool | StopScan (uint Cardid) |
|
static V2ScanList * | GetScanList (uint SourceId) |
|
static bool | SendScanDialogResponse (uint Cardid, const QString &DialogString, int DialogButton) |
|
Definition at line 42 of file v2channel.h.