dvb_register_device — Registers a new DVB device
int dvb_register_device ( | struct dvb_adapter * adap, |
| struct dvb_device ** pdvbdev, | |
| const struct dvb_device * template, | |
| void * priv, | |
| int type, | |
int demux_sink_pads); |
adappointer to struct dvb_adapter
pdvbdevpointer to the place where the new struct dvb_device will be stored
templateTemplate used to create pdvbdev;
privprivate data
type
type of the device: DVB_DEVICE_SEC, DVB_DEVICE_FRONTEND,
DVB_DEVICE_DEMUX, DVB_DEVICE_DVR, DVB_DEVICE_CA,
DVB_DEVICE_NET
demux_sink_padsNumber of demux outputs, to be used to create the TS outputs via the Media Controller.