AudioData

class AudioData(val format: AudioFormat = AudioFormat.STEREO_16, val rate: Int = 44100, val buffer: ByteBuffer)(source)

Constructors

Link copied to clipboard
constructor(format: AudioFormat = AudioFormat.STEREO_16, rate: Int = 44100, buffer: ByteBuffer)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rate: Int = 44100