AudioInfo

class AudioInfo(val channels: Int, val genSafe: (AudioSamplesInterleaved) -> Unit, val buffer: AtomicRef<AudioSamplesInterleaved>, var completed: Boolean)

Constructors

Link copied to clipboard
constructor(channels: Int, genSafe: (AudioSamplesInterleaved) -> Unit, buffer: AtomicRef<AudioSamplesInterleaved>, completed: Boolean)

Properties

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