SequenceParameterSets
data class SequenceParameterSets(val videoParameterSetId: Byte, val maxSubLayersMinus1: Byte, val temporalIdNesting: Boolean, val profileTierLevel: ProfileTierLevel, val seqParameterSetId: Int, val chromaFormat: ChromaFormat, val picWidthInLumaSamples: Int, val picHeightInLumaSamples: Int, val bitDepthLumaMinus8: Byte, val bitDepthChromaMinus8: Byte)
Constructors
Link copied to clipboard
constructor(videoParameterSetId: Byte, maxSubLayersMinus1: Byte, temporalIdNesting: Boolean, profileTierLevel: ProfileTierLevel, seqParameterSetId: Int, chromaFormat: ChromaFormat, picWidthInLumaSamples: Int, picHeightInLumaSamples: Int, bitDepthLumaMinus8: Byte, bitDepthChromaMinus8: Byte)