[Top]
DVB
DVB.dvb
|
Method DVB.dvb()->stream()
- Method
stream
DVB.Stream stream(int pid, int|function rcb, int ptype)
DVB.Stream stream(int pid, int|function rcb)
DVB.Stream stream(int pid)
- Description
Create a new stream reader object for PID.
- Parameter pid
PID of stream.
- Parameter rcb
Callback function called whenever there is the data to read
from stream. Only for nonblocking mode.
- Parameter ptype
Type of payload data to read. By default, audio data is fetched.
- Note
Setting async callback doesn't set the object to nonblocking state.
- See also
DVB.Stream()->read()
|