Information on Linux DVB tuner device.
More...
#include <tsTunerDeviceInfo.h>
|
| TunerDeviceInfo ()=default |
| Default constructor.
|
|
| TunerDeviceInfo (const UString &devname, Report &report) |
| Constructor which loads tuner information from a node tree in /sys/devices.
|
|
| TunerDeviceInfo (int adapter, int frontend, Report &report) |
| Constructor which loads tuner information from adapter and frontend numbers.
|
|
UString | fullName () const |
| Get a full display name for the tuner.
|
|
|
int | adapter_number = 0 |
| DVB adapter number.
|
|
int | frontend_number = 0 |
| DVB frontend number.
|
|
UString | manufacturer {} |
| Manufacturer name.
|
|
UString | product {} |
| Product name.
|
|
uint16_t | product_id = 0 |
| Product id (USB, PCI).
|
|
UString | serial {} |
| Device serial number.
|
|
uint16_t | vendor_id = 0 |
| Vendor id (USB, PCI).
|
|
UString | version {} |
| Product version string.
|
|
Information on Linux DVB tuner device.
◆ TunerDeviceInfo() [1/2]
ts::TunerDeviceInfo::TunerDeviceInfo |
( |
int |
adapter, |
|
|
int |
frontend, |
|
|
Report & |
report |
|
) |
| |
Constructor which loads tuner information from adapter and frontend numbers.
- Parameters
-
[in] | adapter | Adapter number. |
[in] | frontend | Frontend number. |
[in,out] | report | Where to report errors. |
◆ TunerDeviceInfo() [2/2]
ts::TunerDeviceInfo::TunerDeviceInfo |
( |
const UString & |
devname, |
|
|
Report & |
report |
|
) |
| |
Constructor which loads tuner information from a node tree in /sys/devices.
- Parameters
-
[in] | devname | Device name, for instance /sys/devices/pci0000:00/0000:00:0c.0/usb1/1-1/dvb/dvb0.frontend0 |
[in,out] | report | Where to report errors. |
◆ fullName()
UString ts::TunerDeviceInfo::fullName |
( |
| ) |
const |
Get a full display name for the tuner.
- Returns
- A full display name.
◆ LoadAll()
Load the description of all tuner devices.
- Parameters
-
[out] | devices | Description of all tuner devices. |
[in,out] | report | Where to report errors. |
The documentation for this class was generated from the following file: