AudioFormat

data class AudioFormat(val bitsPerSample: Int, val sampleRate: Int, val numberOfChannels: Int)

Constructors

Link copied to clipboard
constructor(bitsPerSample: Int, sampleRate: Int, numberOfChannels: Int)

Properties

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