StreamPack
3.1.0
      Target filter
Search in API
Skip to content
    StreamPack
streampack-core/io.github.thibaultbee.streampack.core.elements.utils.av.video.hevc/HEVCDecoderConfigurationRecord/Companion

Companion

object Companion(source)

Functions

fromParameterSets
Link copied to clipboard
fun fromParameterSets(parameterSets: List<ByteBuffer>): HEVCDecoderConfigurationRecord
fun fromParameterSets(vps: ByteBuffer, sps: ByteBuffer, pps: ByteBuffer): HEVCDecoderConfigurationRecord
fun fromParameterSets(vps: List<ByteBuffer>, sps: List<ByteBuffer>, pps: List<ByteBuffer>): HEVCDecoderConfigurationRecord
getSize
Link copied to clipboard
fun getSize(parameterSets: List<HEVCDecoderConfigurationRecord.NalUnit>): Int
fun getSize(sps: ByteBuffer, pps: ByteBuffer, vps: ByteBuffer): Int
fun getSize(sps: List<ByteBuffer>, pps: List<ByteBuffer>, vps: List<ByteBuffer>): Int
Generated by Dokka
© 2026 Copyright