AudioTrackConstraints
data class AudioTrackConstraints(val volume: Double? = null, val sampleRate: Int? = null, val sampleSize: Int? = null, val echoCancellation: Boolean? = null, val autoGainControl: Boolean? = null, val noiseSuppression: Boolean? = null, val latency: Double? = null, val channelCount: Int? = null)(source)
Constraints for audio tracks.
See also
Constructors
Properties
Link copied to clipboard
Whether automatic gain control is enabled.
Link copied to clipboard
The number of audio channels. Not supported for Android.
Link copied to clipboard
Whether echo cancellation is enabled.
Link copied to clipboard
Whether noise suppression is enabled.
Link copied to clipboard
The sample rate of the audio in Hz.
Link copied to clipboard
The sample size of the audio in bits. Not supported for Android.