FFmpeg
|
FrameReciever class - delegate for QTCaptureSession. More...
Instance Methods | |
(id) | - initWithContext: |
(void) | - captureOutput:didOutputVideoFrame:withSampleBuffer:fromConnection: |
Protected Attributes | |
CaptureContext * | _context |
- (id) initWithContext: | (CaptureContext*) | context |
- (void) captureOutput: | (QTCaptureOutput *) | captureOutput | |
didOutputVideoFrame: | (CVImageBufferRef) | videoFrame | |
withSampleBuffer: | (QTSampleBuffer *) | sampleBuffer | |
fromConnection: | (QTCaptureConnection *) | connection | |
|
protected |
Definition at line 78 of file qtkit.m.
Referenced by captureOutput:didOutputVideoFrame:withSampleBuffer:fromConnection:, and initWithContext:.