Libav
|
Instance Methods | |
(id) | - initWithContext: |
(void) | - captureOutput:didOutputSampleBuffer:fromConnection: |
Protected Attributes | |
AVFoundationCaptureContext * | _context |
Definition at line 189 of file avfoundation_dec.m.
- (id) initWithContext: | (AVFoundationCaptureContext *) | context |
Definition at line 205 of file avfoundation_dec.m.
- (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
didOutputSampleBuffer: | (CMSampleBufferRef) | videoFrame | |
fromConnection: | (AVCaptureConnection *) | connection | |
Definition at line 213 of file avfoundation_dec.m.
|
protected |
Definition at line 192 of file avfoundation_dec.m.
Referenced by captureOutput:didOutputSampleBuffer:fromConnection:, and initWithContext:.