#import <CaptureImplAvFoundation.h>
Inherits cinder::Capture::Device.
Public Member Functions | |
() | - CaptureImplAvFoundationDevice |
() | - ~CaptureImplAvFoundationDevice |
(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. | |
(const std::string &) | - getName |
Returns the human-readable name of the device. | |
Protected Attributes | |
std::string | mName |
- cinder: | (AVCaptureDevice *) | device |
- cinder: |
- (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.
- Capture: | const |
Returns the OS-specific unique identifier.
Implements cinder::Capture::Device.
- (const string&) cinder: | const |
Returns the human-readable name of the device.
- std: [protected, inherited] |