public final class

NalUnitUtil.H265RepFormatsAndIndices

extends java.lang.Object

 java.lang.Object

↳androidx.media3.container.NalUnitUtil.H265RepFormatsAndIndices

Overview

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

Summary

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

public final <any>repFormats

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

Constructors
publicH265RepFormatsAndIndices(java.util.List<NalUnitUtil.H265RepFormat> repFormats, int[] indices[])

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

Fields

public final <any> repFormats

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

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.

Constructors

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