NalUnitUtil.H265VideoSignalInfosAndIndices


public final class NalUnitUtil.H265VideoSignalInfosAndIndices


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

Summary

Public fields

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

final ImmutableList<NalUnitUtil.H265VideoSignalInfo>

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

Public constructors

H265VideoSignalInfosAndIndices(
    List<NalUnitUtil.H265VideoSignalInfo> videoSignalInfos,
    int[] indices
)

Public fields

indices

public final int[] indices

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

public final ImmutableList<NalUnitUtil.H265VideoSignalInfovideoSignalInfos

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

Public constructors

H265VideoSignalInfosAndIndices

public H265VideoSignalInfosAndIndices(
    List<NalUnitUtil.H265VideoSignalInfo> videoSignalInfos,
    int[] indices
)