This class implements a stubbed-out Capture implementation in order to allow an iOS app which requires capture support to run in the simulator. More...
#import <CaptureImplCocoaDummy.h>
Inherits cinder::Capture::Device.
Public Member Functions | |
| () | - CaptureImplCocoaDummyDevice |
| (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. | |
| (bool) | - isFrontFacing |
| Returns whether device is front-facing. False implies rear-facing. | |
| (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. | |
Protected Attributes | |
| std::string | mName |
This class implements a stubbed-out Capture implementation in order to allow an iOS app which requires capture support to run in the simulator.
| - cinder: | (const std::string &) | name | |
| (const Capture::DeviceIdentifier &) | uniqueId | ||
| (bool) | frontFacing | ||
| - (bool) CaptureImplCocoaDummyDevice: | const |
Returns whether the device is available for use.
Implements cinder::Capture::Device.
| - (bool) CaptureImplCocoaDummyDevice: | const |
Returns whether the device is currently connected.
Implements cinder::Capture::Device.
| - Capture: | const |
Returns the OS-specific unique identifier.
Implements cinder::Capture::Device.
| - (bool) CaptureImplCocoaDummyDevice: | const |
Returns whether device is front-facing. False implies rear-facing.
Implements cinder::Capture::Device.
| - (void*) CaptureImplCocoaDummyDevice: | 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.
- std: [protected, inherited] |