FFmpeg
Instance Methods | Protected Attributes
AVFAudioReceiver Class Reference

AudioReciever class - delegate for AVCaptureSession. More...

Inheritance diagram for AVFAudioReceiver:

Instance Methods

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

Protected Attributes

AVFContext_context
 

Detailed Description

AudioReciever class - delegate for AVCaptureSession.

Definition at line 192 of file avfoundation.m.

Method Documentation

◆ initWithContext:

- (id) initWithContext: (AVFContext*)  context

Definition at line 207 of file avfoundation.m.

◆ captureOutput:didOutputSampleBuffer:fromConnection:

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

Definition at line 215 of file avfoundation.m.

Field Documentation

◆ _context

- (AVFContext*) _context
protected

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