Public Member Functions | Protected Attributes
cinder::CaptureImplCocoaDummyDevice Class Reference

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.

List of all members.

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

Detailed Description

This class implements a stubbed-out Capture implementation in order to allow an iOS app which requires capture support to run in the simulator.


Constructor & Destructor Documentation

- cinder: (const std::string &)  name
(const Capture::DeviceIdentifier &)  uniqueId
(bool)  frontFacing 

Member Function Documentation

- (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.


Member Data Documentation

- std: [protected, inherited]

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