NalUnitUtil.H265ProfileTierLevelsAndIndices


public final class NalUnitUtil.H265ProfileTierLevelsAndIndices


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

Summary

Public fields

final int[]

The list of indices to the profileTierLevels.

final ImmutableList<NalUnitUtil.H265ProfileTierLevel>

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

Public constructors

H265ProfileTierLevelsAndIndices(
    List<NalUnitUtil.H265ProfileTierLevel> profileTierLevels,
    int[] indices
)

Public fields

indices

public final int[] indices

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

profileTierLevels

public final ImmutableList<NalUnitUtil.H265ProfileTierLevelprofileTierLevels

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

Public constructors

H265ProfileTierLevelsAndIndices

public H265ProfileTierLevelsAndIndices(
    List<NalUnitUtil.H265ProfileTierLevel> profileTierLevels,
    int[] indices
)