AudioStreamInfo
data class AudioStreamInfo(val sampleRate: Int, val channels: Int, val sampleFormat: SampleFormat, val channelLayoutMask: Long? = null)
Constructors
Link copied to clipboard
constructor(sampleRate: Int, channels: Int, sampleFormat: SampleFormat, channelLayoutMask: Long? = null)