19 bool Open(
void)
override;
20 void Close(
void)
override;
25 bool Tune(
const QString &channum)
override;
28 bool IsOpen(
void)
const override;
Class providing a generic interface to digital tuning hardware.
virtual bool Tune(const DTVMultiplex &tuning)=0
This performs the actual frequency tuning and in some cases input switching.
Encapsulates data about MPEG stream and emits events for each table.
bool IsOpen(void) const override
Reports whether channel is already open.
bool Tune(const DTVMultiplex &tuning) override
This performs the actual frequency tuning and in some cases input switching.
bool Open(void) override
Opens the channel changing hardware for use.
void Close(void) override
Closes the channel changing hardware to use.
bool IsMaster(void) const override
Returns true if this is the first of a number of multi-rec devs.
QString GetDevice(void) const override
Returns String representing device, useful for debugging.
bool EnterPowerSavingMode(void) override
Enters power saving mode if the card supports it.
bool IsPIDTuningSupported(void) const override
SatIPStreamHandler * GetStreamHandler(void) const
SatIPStreamHandler * m_streamHandler
~SatIPChannel(void) override
SatIPChannel(TVRec *parent, QString device)
MPEGStreamData * m_streamData
This is the coordinating class of the Recorder Subsystem.