NalUnitUtil.H265VpsData


class NalUnitUtil.H265VpsData


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

Summary

Public constructors

H265VpsData(
    nalHeader: NalUnitUtil.H265NalHeader!,
    layerInfos: (Mutable)List<NalUnitUtil.H265LayerInfo!>?,
    profileTierLevelsAndIndices: NalUnitUtil.H265ProfileTierLevelsAndIndices!,
    repFormatsAndIndices: NalUnitUtil.H265RepFormatsAndIndices?,
    videoSignalInfosAndIndices: NalUnitUtil.H265VideoSignalInfosAndIndices?
)

Public properties

ImmutableList<NalUnitUtil.H265LayerInfo!>!
NalUnitUtil.H265NalHeader!
NalUnitUtil.H265ProfileTierLevelsAndIndices!

The list of profile_tier_level()s and corresponding lis of indices.

NalUnitUtil.H265RepFormatsAndIndices?

The list of rep_format()s and corresponding list of indices.

NalUnitUtil.H265VideoSignalInfosAndIndices?

The list of video_signal_info()s and corresponding list of indices.

Public constructors

H265VpsData

H265VpsData(
    nalHeader: NalUnitUtil.H265NalHeader!,
    layerInfos: (Mutable)List<NalUnitUtil.H265LayerInfo!>?,
    profileTierLevelsAndIndices: NalUnitUtil.H265ProfileTierLevelsAndIndices!,
    repFormatsAndIndices: NalUnitUtil.H265RepFormatsAndIndices?,
    videoSignalInfosAndIndices: NalUnitUtil.H265VideoSignalInfosAndIndices?
)

Public properties

profileTierLevelsAndIndices

val profileTierLevelsAndIndicesNalUnitUtil.H265ProfileTierLevelsAndIndices!

The list of profile_tier_level()s and corresponding lis of indices.

repFormatsAndIndices

val repFormatsAndIndicesNalUnitUtil.H265RepFormatsAndIndices?

The list of rep_format()s and corresponding list of indices.

videoSignalInfosAndIndices

val videoSignalInfosAndIndicesNalUnitUtil.H265VideoSignalInfosAndIndices?

The list of video_signal_info()s and corresponding list of indices.