public final class

NalUnitUtil.H265VideoSignalInfosAndIndices

extends java.lang.Object

 java.lang.Object

↳androidx.media3.container.NalUnitUtil.H265VideoSignalInfosAndIndices

Overview

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

Summary

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

public final <any>videoSignalInfos

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

Constructors
publicH265VideoSignalInfosAndIndices(java.util.List<NalUnitUtil.H265VideoSignalInfo> videoSignalInfos, int[] indices[])

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

Fields

public final <any> videoSignalInfos

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

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.

Constructors

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