Streaming

fun Streaming(    chunkId: Int,     byteArray: ByteArray,     bytesRead: Int)

Parameters

chunkId

unique number for each chunk of audio.

byteArray

An array containing the audio data.

bytesRead

the number of bytes the buffer contains of unique audio.