Method DVB.dvb()->stream()
- Method
stream
DVB.Stream
stream(int
pid
,int
|function
(:void
)rcb
,int
ptype
)
DVB.Stream
stream(int
pid
,int
|function
(:void
)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