StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.extensions
/
slice
slice
fun
ByteBuffer
.
slice
(
from
:
Int
,
to
:
Int
)
:
ByteBuffer
(
source
)
Slices the buffer from
from
position to
to
position.
Parameters
from
start position
to
end position