public final class

NalUnitUtil.H265ProfileTierLevelsAndIndices

extends java.lang.Object

 java.lang.Object

↳androidx.media3.container.NalUnitUtil.H265ProfileTierLevelsAndIndices

Overview

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

Summary

Fields
public final int[]indices

The list of indices to the profileTierLevels.

public final <any>profileTierLevels

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

Constructors
publicH265ProfileTierLevelsAndIndices(java.util.List<NalUnitUtil.H265ProfileTierLevel> profileTierLevels, int[] indices[])

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public final <any> profileTierLevels

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

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.

Constructors

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