#import <CaptureImplAvFoundation.h>
Instance Methods | |
() | - CaptureImplAvFoundationDevice |
() | - ~CaptureImplAvFoundationDevice |
(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::string & | getName () const |
Returns the human-readable name of the device. More... | |
Protected Attributes | |
std::string | mName |
- CaptureImplAvFoundationDevice: | (AVCaptureDevice *) | device |
- CaptureImplAvFoundationDevice: |
- (bool) CaptureImplAvFoundationDevice: | const |
Returns whether the device is available for use.
Implements cinder::Capture::Device.
- (bool) CaptureImplAvFoundationDevice: | 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) CaptureImplAvFoundationDevice: | const |
- (void*) CaptureImplAvFoundationDevice: | const |
|
inherited |
Returns the human-readable name of the device.
|
protectedinherited |