Public Member Functions | Protected Attributes
cinder::CaptureImplDirectShow::Device Class Reference

#include <CaptureImplDirectShow.h>

Inherits cinder::Capture::Device.

List of all members.

Public Member Functions

bool checkAvailable () const
 Returns whether the device is available for use.
bool isConnected () const
 Returns whether the device is currently connected.
Capture::DeviceIdentifier getUniqueId () const
 Returns the OS-specific unique identifier.
 Device (const std::string &name, int uniqueId)
(const std::string &) - getName
 Returns the human-readable name of the device.

Protected Attributes

int mUniqueId
std::string mName

Constructor & Destructor Documentation

cinder::CaptureImplDirectShow::Device::Device ( const std::string &  name,
int  uniqueId 
)

Member Function Documentation

Returns whether the device is available for use.

Implements cinder::Capture::Device.

Returns whether the device is currently connected.

Implements cinder::Capture::Device.

Returns the OS-specific unique identifier.

Implements cinder::Capture::Device.

- (const string&) cinder: const

Returns the human-readable name of the device.


Member Data Documentation

- std: [protected, inherited]

The documentation for this class was generated from the following files: