#import <CaptureImplQtKit.h>
Instance Methods | |
() | - CaptureImplQtKitDevice |
() | - ~CaptureImplQtKitDevice |
(bool) | - checkAvailable |
Returns whether the device is available for use. More... | |
(bool) | - isConnected |
Returns whether the device is currently connected. More... | |
(Capture::DeviceIdentifier) | - getUniqueId |
Returns the OS-specific unique identifier. More... | |
(void *) | - getNative |
const std::string & | getName () const |
Returns the human-readable name of the device. More... | |
Protected Attributes | |
std::string | mName |
- CaptureImplQtKitDevice: | (QTCaptureDevice *) | device |
- CaptureImplQtKitDevice: |
- (bool) CaptureImplQtKitDevice: | const |
Returns whether the device is available for use.
Implements cinder::Capture::Device.
- (bool) CaptureImplQtKitDevice: | const |
Returns whether the device is currently connected.
Implements cinder::Capture::Device.
- (DeviceIdentifier) cinder: | const |
Returns the OS-specific unique identifier.
Implements cinder::Capture::Device.
- (void*) CaptureImplQtKitDevice: | const |
|
inherited |
Returns the human-readable name of the device.
|
protectedinherited |