AudioTrackConstraints
data class AudioTrackConstraints(var volume: Double? = null, var sampleRate: Int? = null, var sampleSize: Int? = null, var echoCancellation: Boolean? = null, var autoGainControl: Boolean? = null, var noiseSuppression: Boolean? = null, var latency: Double? = null, var 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.