Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
AVFAudioPreviewDelegate Class Reference

#include <avfaudiopreviewdelegate_p.h>

+ Inheritance diagram for AVFAudioPreviewDelegate:
+ Collaboration diagram for AVFAudioPreviewDelegate:

Instance Methods

(id- init
 
(void- setupWithCaptureSession:audioOutputDevice:
 
(void- renderAudioSampleBuffer:
 
(void- resetAudioPreviewDelegate
 
(void- setVolume:
 
(void- setMuted:
 

Detailed Description

Definition at line 9 of file avfaudiopreviewdelegate.mm.

Method Documentation

◆ init

- (id) init

Definition at line 15 of file avfaudiopreviewdelegate.mm.

◆ renderAudioSampleBuffer:

- (void) renderAudioSampleBuffer: (CMSampleBufferRef) sampleBuffer

Definition at line 15 of file avfaudiopreviewdelegate.mm.

◆ resetAudioPreviewDelegate

- (void) resetAudioPreviewDelegate

Definition at line 15 of file avfaudiopreviewdelegate.mm.

◆ setMuted:

- (void) setMuted: (bool) muted

Definition at line 15 of file avfaudiopreviewdelegate.mm.

Referenced by AVFCameraSession::setAudioOutputMuted().

+ Here is the caller graph for this function:

◆ setupWithCaptureSession:audioOutputDevice:

- (void) setupWithCaptureSession: (AVFCameraSession*) session
audioOutputDevice: (NSString*) deviceId 

Definition at line 15 of file avfaudiopreviewdelegate.mm.

Referenced by AVFCameraSession::updateAudioOutput().

+ Here is the caller graph for this function:

◆ setVolume:

- (void) setVolume: (float) volume

Definition at line 15 of file avfaudiopreviewdelegate.mm.

Referenced by AVFCameraSession::setAudioOutputVolume().

+ Here is the caller graph for this function:

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