AudioPlayoutInfo

data class AudioPlayoutInfo(val sampleRate: Int, val channels: Int, val audioFormat: Int)

Describes the audio playout configuration in use when RemoteAudioFrameListener callbacks fire.

Parameters

sampleRate

Sample rate in Hz (e.g. 16000, 44100).

channels

Number of channels (1 = mono, 2 = stereo).

audioFormat

Constructors

Link copied to clipboard
constructor(sampleRate: Int, channels: Int, audioFormat: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard