State

class State(val running: Boolean, val availableBuffers: Channel<AudioQueueBufferRef>)

Constructors

Link copied to clipboard
constructor(running: Boolean, availableBuffers: Channel<AudioQueueBufferRef>)

Properties

Link copied to clipboard
val availableBuffers: Channel<AudioQueueBufferRef>
Link copied to clipboard