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 245 of file avfoundation.m.
- (id) initWithContext: | (AVFContext*) | context |
Definition at line 260 of file avfoundation.m.
- (void) captureOutput: | (AVCaptureOutput *) | captureOutput | |
didOutputSampleBuffer: | (CMSampleBufferRef) | audioFrame | |
fromConnection: | (AVCaptureConnection *) | connection | |
Definition at line 268 of file avfoundation.m.
|
protected |
Definition at line 247 of file avfoundation.m.
Referenced by captureOutput:didOutputSampleBuffer:fromConnection:, and initWithContext:.