public final class

NalUnitUtil.H265NalHeader

extends java.lang.Object

 java.lang.Object

↳androidx.media3.container.NalUnitUtil.H265NalHeader

Overview

Holds data parsed from a H.265 NAL unit header.

Summary

Fields
public final intlayerId

public final intnalUnitType

public final inttemporalId

Constructors
publicH265NalHeader(int nalUnitType, int layerId, int temporalId)

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

Fields

public final int nalUnitType

public final int layerId

public final int temporalId

Constructors

public H265NalHeader(int nalUnitType, int layerId, int temporalId)