FFmpeg
Instance Methods | Protected Attributes
AVFFrameReceiver Class Reference

FrameReciever class - delegate for AVCaptureSession. More...

Inheritance diagram for AVFFrameReceiver:

Instance Methods

(id- initWithContext:
 
(void) - captureOutput:didOutputSampleBuffer:fromConnection:
 

Protected Attributes

AVFContext_context
 

Detailed Description

FrameReciever class - delegate for AVCaptureSession.

Definition at line 146 of file avfoundation.m.

Method Documentation

◆ initWithContext:

- (id) initWithContext: (AVFContext*)  context

Definition at line 161 of file avfoundation.m.

◆ captureOutput:didOutputSampleBuffer:fromConnection:

- (void) captureOutput: (AVCaptureOutput *)  captureOutput
didOutputSampleBuffer: (CMSampleBufferRef)  videoFrame
fromConnection: (AVCaptureConnection *)  connection 

Definition at line 169 of file avfoundation.m.

Field Documentation

◆ _context

- (AVFContext*) _context
protected

The documentation for this class was generated from the following file: