NalUnitUtil.H265RepFormat


class NalUnitUtil.H265RepFormat


Holds data parsed from a H.265 rep_format() of VPS extension - vps_extension().

Summary

Public constructors

H265RepFormat(
    chromaFormatIdc: Int,
    bitDepthLumaMinus8: Int,
    bitDepthChromaMinus8: Int,
    width: Int,
    height: Int
)

Public constructors

H265RepFormat

H265RepFormat(
    chromaFormatIdc: Int,
    bitDepthLumaMinus8: Int,
    bitDepthChromaMinus8: Int,
    width: Int,
    height: Int
)

Public properties

bitDepthChromaMinus8

val bitDepthChromaMinus8Int

bitDepthLumaMinus8

val bitDepthLumaMinus8Int

chromaFormatIdc

val chromaFormatIdcInt

height

val heightInt

width

val widthInt