public final class AVCaptureMicrophoneMode
extends java.lang.Object
Constants describing microphone filtering modes.
[@constant] AVCaptureMicrophoneModeStandard Indicates that microphone audio is being processed with standard voice DSP. [@constant] AVCaptureMicrophoneModeWideSpectrum Indicates that microphone audio processing is minimized to capture all sounds in the room. [@constant] AVCaptureMicrophoneModeVoiceIsolation Indicates that microphone audio is being processed to isolate the voice and attenuate other signals.
| Modifier and Type | Field and Description |
|---|---|
static long |
Standard |
static long |
VoiceIsolation |
static long |
WideSpectrum |
public static final long Standard
public static final long WideSpectrum
public static final long VoiceIsolation