20#ifndef __PIPRECEIVER_H
21#define __PIPRECEIVER_H
23#include <vdr/receiver.h>
38 virtual void Receive(
const uchar *,
int);
46 int ParseTs(
const uchar *,
int);
47 int PlayTs(
const uchar *,
int);
cPipReceiver - receiver class for pip
virtual ~cPipReceiver(void)
pip receiver class destructor
int PlayTs(const uchar *, int)
Get the pes payload and send it to the player.
uint64_t m_lastErrorReport
virtual void Activate(bool)
called before the receiver gets attached or after it got detached
int ParseTs(const uchar *, int)
Parse the ts stream and send it to the pes player.
virtual void Receive(const uchar *, int)
receive data from the receiver
cSoftHdDevice * m_pDevice
cPipReceiver(const cChannel *, cSoftHdDevice *)
pip receiver class constructor
Device class header file.