public final class

NalUnitUtil.H265LayerInfo

extends java.lang.Object

 java.lang.Object

↳androidx.media3.container.NalUnitUtil.H265LayerInfo

Overview

Holds data that maps NAL unit header layer ID to the internal layer info specified in VPS.

Summary

Fields
public final intlayerIdInVps

public final intviewId

Internal layer ID used within VPS.

Constructors
publicH265LayerInfo(int layerIdInVps, int viewId)

Indicates the view ID (>= 0) for the multiview case.

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

Fields

public final int layerIdInVps

public final int viewId

Internal layer ID used within VPS.

Constructors

public H265LayerInfo(int layerIdInVps, int viewId)

Indicates the view ID (>= 0) for the multiview case.