StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.av.video.avc
/
AVCDecoderConfigurationRecord
/
Companion
Companion
object
Companion
Members
Functions
from
Parameter
Sets
Link copied to clipboard
fun
fromParameterSets
(
sps
:
ByteBuffer
,
pps
:
ByteBuffer
)
:
AVCDecoderConfigurationRecord
fun
fromParameterSets
(
sps
:
List
<
ByteBuffer
>
,
pps
:
List
<
ByteBuffer
>
)
:
AVCDecoderConfigurationRecord
get
Size
Link copied to clipboard
fun
getSize
(
sps
:
ByteBuffer
,
pps
:
ByteBuffer
)
:
Int
fun
getSize
(
sps
:
List
<
ByteBuffer
>
,
pps
:
List
<
ByteBuffer
>
)
:
Int