Method DVB.dvb()->stream()
- Method
stream
 DVB.Streamstream(intpid,int|function(:void)rcb,intptype)
DVB.Streamstream(intpid,int|function(:void)rcb)
DVB.Streamstream(intpid)- 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