NalUnitUtil.H265VideoSignalInfosAndIndices


class NalUnitUtil.H265VideoSignalInfosAndIndices


Holds a list of H.265 video_signal_info()s and a corresponding list of indices.

Summary

Public constructors

H265VideoSignalInfosAndIndices(
    videoSignalInfos: (Mutable)List<NalUnitUtil.H265VideoSignalInfo!>!,
    indices: IntArray!
)

Public properties

IntArray<Int>!

The list of indices to the videoSignalInfos; for each layer available in the L-HEVC bitstream (identified by the layer ID in VPS), an index to the videoSignalInfos list is set.

ImmutableList<NalUnitUtil.H265VideoSignalInfo!>!

The list of video_signal_info()s that can be referenced by each layer.

Public constructors

H265VideoSignalInfosAndIndices

H265VideoSignalInfosAndIndices(
    videoSignalInfos: (Mutable)List<NalUnitUtil.H265VideoSignalInfo!>!,
    indices: IntArray!
)

Public properties

indices

val indicesIntArray<Int>!

The list of indices to the videoSignalInfos; for each layer available in the L-HEVC bitstream (identified by the layer ID in VPS), an index to the videoSignalInfos list is set.

videoSignalInfos

val videoSignalInfosImmutableList<NalUnitUtil.H265VideoSignalInfo!>!

The list of video_signal_info()s that can be referenced by each layer.