![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <avfaudiopreviewdelegate_p.h>
Instance Methods | |
| (id) | - init |
| (void) | - setupWithCaptureSession:audioOutputDevice: |
| (void) | - renderAudioSampleBuffer: |
| (void) | - resetAudioPreviewDelegate |
| (void) | - setVolume: |
| (void) | - setMuted: |
Definition at line 11 of file avfaudiopreviewdelegate.mm.
| - (id) init |
Definition at line 20 of file avfaudiopreviewdelegate.mm.
| - (void) renderAudioSampleBuffer: | (CMSampleBufferRef) | sampleBuffer |
Definition at line 52 of file avfaudiopreviewdelegate.mm.
| - (void) resetAudioPreviewDelegate |
Definition at line 64 of file avfaudiopreviewdelegate.mm.
| - (void) setMuted: | (bool) | muted |
Definition at line 86 of file avfaudiopreviewdelegate.mm.
| - (void) setupWithCaptureSession: | (AVFCameraSession*) | session | |
| audioOutputDevice: | (NSString*) | deviceId |
Definition at line 69 of file avfaudiopreviewdelegate.mm.
| - (void) setVolume: | (float) | volume |
Definition at line 81 of file avfaudiopreviewdelegate.mm.