#include <CaptureImplDirectShow.h>
Public Member Functions | |
bool | checkAvailable () const |
Returns whether the device is available for use. More... | |
bool | isConnected () const |
Returns whether the device is currently connected. More... | |
Capture::DeviceIdentifier | getUniqueId () const |
Returns the OS-specific unique identifier. More... | |
Device (const std::string &name, int uniqueId) | |
const std::string & | getName () const |
Returns the human-readable name of the device. More... | |
Protected Attributes | |
int | mUniqueId |
std::string | mName |
cinder::CaptureImplDirectShow::Device::Device | ( | const std::string & | name, |
int | uniqueId | ||
) |
|
virtual |
Returns whether the device is available for use.
Implements cinder::Capture::Device.
|
virtual |
Returns whether the device is currently connected.
Implements cinder::Capture::Device.
|
virtual |
Returns the OS-specific unique identifier.
Implements cinder::Capture::Device.
|
inherited |
Returns the human-readable name of the device.
|
protected |
|
protectedinherited |