Constructs an AudioProfile. If no audio bitrate is supplied then the AudioProfile does not adjust the browser's internal bitrate setting. If the enableAudioRedundancy flag is not supplied then the AudioProfile enables it by default.
Allows a builder to configure the opus encoder bitrate to be used for the session to send audio. If null, the browser internally sets a default bitrate.
Returns true if redundancy is supported and enabled.
Returns true if audio profile is set to stereo mode.
Creates an AudioProfile optimized for fullband music (64 kbit/s mono).
Creates an AudioProfile optimized for fullband stereo music (128 kbit/s stereo).
Creates an AudioProfile optimized for fullband speech (40 kbit/s mono).
Generated using TypeDoc
AudioProfile defines settings for audio quality.