struct dvb_usb_adapter_properties - properties of a dvb-usb-adapter. A DVB-USB-Adapter is basically a dvb_adapter which is present on a USB-device. : capabilities of the DVB USB device. : number of PID filter position in the optional hardware PID-filter. : number of frontends of the DVB USB adapter. : called to power on/off active frontend. : called to start and stop the MPEG2-TS streaming of the device (not URB submitting/killing). : called to en/disable the PID filter, if any. : called to set/unset a PID for filtering. : called to attach the possible frontends (fill fe-field of struct dvb_usb_device). : called to attach the correct tuner and to fill pll_addr, pll_desc and pll_init_buf of struct dvb_usb_device). : configuration of the USB streaming
Definition at line 139 of file dvb-usb.h.