![]() |
Cinder
0.9.1
|
#import <CaptureImplCocoaDummy.h>
Inherits NSObject.
Instance Methods | |
(id) | - initWithDevice:width:height: |
(void) | - prepareStartCapture |
(void) | - startCapture |
(void) | - stopCapture |
(bool) | - isCapturing |
(cinder::Surface8uRef) | - getCurrentFrame |
(bool) | - checkNewFrame |
(const cinder::Capture::DeviceRef) | - getDevice |
(int32_t) | - getWidth |
(int32_t) | - getHeight |
Class Methods | |
(const std::vector< cinder::Capture::DeviceRef > &) | + getDevices: |
Protected Attributes | |
bool | mCapturing |
cinder::Surface8uRef | mSurface |
cinder::Capture::DeviceRef | mDevice |
+ (const vector<) cinder: | (BOOL) | forceRefresh |
- (id) initWithDevice: | (const cinder::Capture::DeviceRef) | device | |
width: | (int) | width | |
height: | (int) | height | |
- (void) prepareStartCapture |
- (void) startCapture |
- (void) stopCapture |
- (bool) isCapturing |
- (Surface8uRef) CaptureImplCocoaDummy: |
- (bool) checkNewFrame |
- (const) Capture: |
- (int32_t) getWidth |
- (int32_t) getHeight |
|
protected |
|
protected |
|
protected |