Android Studio Sign in

NalUnitUtil.H265SpsData


class NalUnitUtil.H265SpsData


Holds data parsed from a H.265 sequence parameter set NAL unit.

Summary

Public constructors

H265SpsData(
    nalHeader: NalUnitUtil.H265NalHeader!,
    maxSubLayersMinus1: Int,
    profileTierLevel: NalUnitUtil.H265ProfileTierLevel?,
    chromaFormatIdc: Int,
    bitDepthLumaMinus8: Int,
    bitDepthChromaMinus8: Int,
    seqParameterSetId: Int,
    width: Int,
    height: Int,
    decodedWidth: Int,
    decodedHeight: Int,
    pixelWidthHeightRatio: Float,
    maxNumReorderPics: Int,
    @C.ColorSpace colorSpace: Int,
    colorRange: @C.ColorRange Int,
    @C.ColorTransfer colorTransfer: Int
)

Public constructors

H265SpsData

H265SpsData(
    nalHeader: NalUnitUtil.H265NalHeader!,
    maxSubLayersMinus1: Int,
    profileTierLevel: NalUnitUtil.H265ProfileTierLevel?,
    chromaFormatIdc: Int,
    bitDepthLumaMinus8: Int,
    bitDepthChromaMinus8: Int,
    seqParameterSetId: Int,
    width: Int,
    height: Int,
    decodedWidth: Int,
    decodedHeight: Int,
    pixelWidthHeightRatio: Float,
    maxNumReorderPics: Int,
    @C.ColorSpace colorSpace: Int,
    colorRange: @C.ColorRange Int,
    @C.ColorTransfer colorTransfer: Int
)

Public properties

bitDepthChromaMinus8

val bitDepthChromaMinus8Int

bitDepthLumaMinus8

val bitDepthLumaMinus8Int

chromaFormatIdc

val chromaFormatIdcInt

colorRange

val colorRange: @C.ColorRange Int

colorSpace

@C.ColorSpace
val colorSpaceInt

colorTransfer

@C.ColorTransfer
val colorTransferInt

decodedHeight

val decodedHeightInt

decodedWidth

val decodedWidthInt

height

val heightInt

maxNumReorderPics

val maxNumReorderPicsInt

maxSubLayersMinus1

val maxSubLayersMinus1Int

pixelWidthHeightRatio

val pixelWidthHeightRatioFloat

seqParameterSetId

val seqParameterSetIdInt

width

val widthInt
Morty Proxy This is a proxified and sanitized view of the page, visit original site.