#include <avcap/linux/V4L2_Connector.h>
Inheritance diagram for avcap::V4L2_Connector:

Public Member Functions | |
| V4L2_Connector (V4L2_DeviceDescriptor *dd, int index, const std::string &name, int type=0, int audioset=0, int tuner=0) | |
| virtual | ~V4L2_Connector () |
| Tuner * | getTuner () |
| Get the tuner associated with the Connector. | |
| bool | hasTuner () const |
| Test, whether a tuner is associated with the connector or not. | |
| avcap::V4L2_Connector::V4L2_Connector | ( | V4L2_DeviceDescriptor * | dd, | |
| int | index, | |||
| const std::string & | name, | |||
| int | type = 0, |
|||
| int | audioset = 0, |
|||
| int | tuner = 0 | |||
| ) |
| virtual avcap::V4L2_Connector::~V4L2_Connector | ( | ) | [virtual] |
| Tuner* avcap::V4L2_Connector::getTuner | ( | ) | [inline, virtual] |
Get the tuner associated with the Connector.
If a tuner is associated whith the connector (e.g. for TV-Tuner cards), then this method returns an object of class Tuner to access the tuner specific functionality.
Reimplemented from avcap::Connector.
| bool avcap::V4L2_Connector::hasTuner | ( | ) | const [inline, virtual] |
Test, whether a tuner is associated with the connector or not.
Reimplemented from avcap::Connector.
1.5.1