Skip to content

//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

bufThe source buffer.
offsetThe offset in the source buffer.
lenThe number of bytes to copy.