//sorisdk/com.iplateia.afplib/AudioEntry/setBuffer
setBuffer
[androidJvm]
fun setBuffer(buf: ByteArray, offset: Int, len: Int): AudioEntry
Sets the audio data buffer with a specific offset and length.
Return
This AudioEntry instance.
Parameters
androidJvm
buf | The source buffer. |
offset | The offset in the source buffer. |
len | The number of bytes to copy. |