NalUnitUtil.H265RepFormatsAndIndices


class NalUnitUtil.H265RepFormatsAndIndices


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

Summary

Public constructors

H265RepFormatsAndIndices(
    repFormats: (Mutable)List<NalUnitUtil.H265RepFormat!>!,
    indices: IntArray!
)

Public properties

IntArray<Int>!

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

ImmutableList<NalUnitUtil.H265RepFormat!>!

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

Public constructors

H265RepFormatsAndIndices

H265RepFormatsAndIndices(
    repFormats: (Mutable)List<NalUnitUtil.H265RepFormat!>!,
    indices: IntArray!
)

Public properties

indices

val indicesIntArray<Int>!

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

repFormats

val repFormatsImmutableList<NalUnitUtil.H265RepFormat!>!

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