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