Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Instance Methods | Protected Attributes | List of all members
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>

Inheritance diagram for cinder::CaptureImplCocoaDummyDevice:
[legend]

Instance Methods

() - CaptureImplCocoaDummyDevice
 
(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...
 
(bool) - isFrontFacing
 
(void *) - getNative
 
const std::stringgetName () const
 Returns the human-readable name of the device. More...
 

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

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

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

- (DeviceIdentifier) cinder: const

Returns the OS-specific unique identifier.

Implements cinder::Capture::Device.

- (bool) CaptureImplCocoaDummyDevice: const
- (void*) CaptureImplCocoaDummyDevice: const
const std::string& cinder::Capture::Device::getName ( ) const
inherited

Returns the human-readable name of the device.

Member Data Documentation

std::string cinder::Capture::Device::mName
protectedinherited

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