#import <CaptureImplQtKit.h>
+ (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 |
- cinder: |
- (bool) checkNewFrame |
- (const) Capture: |
- (int32_t) getWidth |
- (int32_t) getHeight |
- (int32_t) getCurrentFrameBytesPerRow |
- (int32_t) getCurrentFrameWidth |
- (int32_t) getCurrentFrameHeight |
- (bool) mIsCapturing [protected] |
- (QTCaptureSession*) mCaptureSession [protected] |
- (QTCaptureDecompressedVideoOutput*) mCaptureDecompressedOutput [protected] |
- (QTCaptureDeviceInput*) mCaptureDeviceInput [protected] |
- (CVPixelBufferRef) mWorkingPixelBuffer [protected] |
- cinder: [protected] |
- (int32_t) mWidth [protected] |
- (int32_t) mHeight [protected] |
- cinder: [protected] |
- (NSString*) mDeviceUniqueId [protected] |
- (int32_t) mExposedFrameBytesPerRow [protected] |
- (int32_t) mExposedFrameHeight [protected] |
- (int32_t) mExposedFrameWidth [protected] |
- (bool) mHasNewFrame [protected] |
- cinder: [protected] |