#import <CaptureImplQtKit.h>
Inherits cinder::Capture::Device.
Public Member Functions | |
| () | - CaptureImplQtKitDevice |
| () | - ~CaptureImplQtKitDevice |
| (bool) | - checkAvailable |
| Returns whether the device is available for use. | |
| (bool) | - isConnected |
| Returns whether the device is currently connected. | |
| (Capture::DeviceIdentifier) | - getUniqueId |
| Returns the OS-specific unique identifier. | |
| (void *) | - getNative |
| Returns an OS-specific pointer. QTCaptureDevice* on Mac OS X, AVCaptureDevice* on iOS. Not implemented on MSW. | |
| (const std::string &) | - getName |
| Returns the human-readable name of the device. | |
| (virtual bool) | - isFrontFacing |
| Returns whether device is front-facing. False implies rear-facing. | |
Protected Attributes | |
| std::string | mName |
| - cinder: | (QTCaptureDevice *) | device |
| - cinder: |
| - (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.
| - Capture: | const |
Returns the OS-specific unique identifier.
Implements cinder::Capture::Device.
| - (void*) CaptureImplQtKitDevice: | const |
Returns an OS-specific pointer. QTCaptureDevice* on Mac OS X, AVCaptureDevice* on iOS. Not implemented on MSW.
Implements cinder::Capture::Device.
| - (const string&) cinder: | const |
Returns the human-readable name of the device.
| - (virtual bool) Capture: | const |
Returns whether device is front-facing. False implies rear-facing.
Implemented in cinder::CaptureImplCocoaDummyDevice, and cinder::CaptureImplAvFoundationDevice.
- std: [protected, inherited] |