amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.audio / AudioMode

AudioMode

enum class AudioMode

AudioMode describes the audio mode in which the audio client should operate during a meeting session.

Enum Values

Mono16K

The mono audio mode with single audio channel and 16KHz sampling rate, for both speaker and microphone.

Mono48K

The mono audio mode with single audio channel and 48KHz sampling rate, for both speaker and microphone.

Stereo48K

The stereo audio mode with two audio channels for speaker, and single audio channel for microphone, both with 48KHz sampling rate.

Properties

value

val value: Int

Companion Object Functions

from

fun from(intValue: Int): AudioMode?
fun from(intValue: Int, defaultAudioMode: AudioMode): AudioMode