| FFmpeg
    | 
AudioReciever class - delegate for AVCaptureSession. More...
 
 | Instance Methods | |
| (id) | - initWithContext: | 
| (void) | - captureOutput:didOutputSampleBuffer:fromConnection: | 
| Protected Attributes | |
| AVFContext * | _context | 
AudioReciever class - delegate for AVCaptureSession.
Definition at line 244 of file avfoundation.m.
| - (id) initWithContext: | (AVFContext*) | context | 
Definition at line 259 of file avfoundation.m.
| - (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
| didOutputSampleBuffer: | (CMSampleBufferRef) | audioFrame | |
| fromConnection: | (AVCaptureConnection *) | connection | |
Definition at line 267 of file avfoundation.m.
| 
 | protected | 
Definition at line 246 of file avfoundation.m.
Referenced by captureOutput:didOutputSampleBuffer:fromConnection:, and initWithContext:.
 1.8.17
 1.8.17