AudioChunk
data class AudioChunk(val bytes: ByteArray, val format: AudioFormat, val sequence: Long, val timestampMs: Long = nowMillis(), val endOfStream: Boolean = false)
Constructors
Link copied to clipboard
constructor(bytes: ByteArray, format: AudioFormat, sequence: Long, timestampMs: Long = nowMillis(), endOfStream: Boolean = false)