FFmpeg
|
FrameReciever class - delegate for AVCaptureSession. More...
Instance Methods | |
(id) | - initWithContext: |
(void) | - captureOutput:didOutputSampleBuffer:fromConnection: |
Protected Attributes | |
AVFContext * | _context |
FrameReciever class - delegate for AVCaptureSession.
Definition at line 143 of file avfoundation.m.
- (id) initWithContext: | (AVFContext*) | context |
Definition at line 158 of file avfoundation.m.
- (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
didOutputSampleBuffer: | (CMSampleBufferRef) | videoFrame | |
fromConnection: | (AVCaptureConnection *) | connection | |
Definition at line 166 of file avfoundation.m.
|
protected |
Definition at line 145 of file avfoundation.m.
Referenced by captureOutput:didOutputSampleBuffer:fromConnection:, and initWithContext:.