vdr
2.0.6
|
Public Member Functions | |
cLiveSubtitle (int SPid) | |
virtual | ~cLiveSubtitle () |
![]() | |
cReceiver (const cChannel *Channel=NULL, int Priority=MINPRIORITY) | |
virtual | ~cReceiver () |
bool | AddPid (int Pid) |
bool | AddPids (const int *Pids) |
bool | AddPids (int Pid1, int Pid2, int Pid3=0, int Pid4=0, int Pid5=0, int Pid6=0, int Pid7=0, int Pid8=0, int Pid9=0) |
bool | SetPids (const cChannel *Channel) |
tChannelID | ChannelID (void) |
bool | IsAttached (void) |
Protected Member Functions | |
virtual void | Receive (uchar *Data, int Length) |
![]() | |
void | Detach (void) |
virtual void | Activate (bool On) |
cLiveSubtitle::cLiveSubtitle | ( | int | SPid | ) |
Definition at line 32 of file device.c.
References cReceiver::AddPid().
|
virtual |
Definition at line 37 of file device.c.
References cReceiver::Detach().
|
protectedvirtual |
This function is called from the cDevice we are attached to, and delivers one TS packet from the set of PIDs the cReceiver has requested.
The data packet must be accepted immediately, and the call must return as soon as possible, without any unnecessary delay. Each TS packet will be delivered only ONCE, so the cReceiver must make sure that it will be able to buffer the data if necessary.
Implements cReceiver.
Definition at line 42 of file device.c.
References cDevice::PlayTs(), and cDevice::PrimaryDevice().