#include <avcap/windows/DS_Connector.h>
Inheritance diagram for avcap::DS_Connector:
Public Types | |
enum | { INPUT_TYPE_TUNER = 0x00010000 } |
Public Member Functions | |
DS_Connector (DS_DeviceDescriptor *dd, int index, const std::string &name, int type=0, int audioset=0, int tuner=0) | |
virtual | ~DS_Connector () |
bool | hasTuner () const |
Test, whether a tuner is associated with the connector or not. | |
Protected Attributes | |
DS_DeviceDescriptor * | mDSDeviceDescriptor |
int | mIndex |
int | mAudioset |
int | mType |
std::string | mName |
DS_Tuner * | mTuner |
avcap::DS_Connector::DS_Connector | ( | DS_DeviceDescriptor * | dd, | |
int | index, | |||
const std::string & | name, | |||
int | type = 0 , |
|||
int | audioset = 0 , |
|||
int | tuner = 0 | |||
) |
The Constructor.
virtual avcap::DS_Connector::~DS_Connector | ( | ) | [virtual] |
The Destructor.
bool avcap::DS_Connector::hasTuner | ( | ) | const [inline, virtual] |
Test, whether a tuner is associated with the connector or not.
Reimplemented from avcap::Connector.
int avcap::DS_Connector::mIndex [protected] |
Reimplemented from avcap::Connector.
int avcap::DS_Connector::mAudioset [protected] |
Reimplemented from avcap::Connector.
int avcap::DS_Connector::mType [protected] |
Reimplemented from avcap::Connector.
std::string avcap::DS_Connector::mName [protected] |
Reimplemented from avcap::Connector.
DS_Tuner* avcap::DS_Connector::mTuner [protected] |