NalUnitUtil.H265RepFormatsAndIndices


public final class NalUnitUtil.H265RepFormatsAndIndices


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

Summary

Public fields

final 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.

final ImmutableList<NalUnitUtil.H265RepFormat>

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

Public constructors

H265RepFormatsAndIndices(
    List<NalUnitUtil.H265RepFormat> repFormats,
    int[] indices
)

Public fields

indices

public final int[] indices

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

public final ImmutableList<NalUnitUtil.H265RepFormatrepFormats

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

Public constructors

H265RepFormatsAndIndices

public H265RepFormatsAndIndices(
    List<NalUnitUtil.H265RepFormat> repFormats,
    int[] indices
)