public final class

NalUnitUtil.H265VpsData

extends java.lang.Object

 java.lang.Object

↳androidx.media3.container.NalUnitUtil.H265VpsData

Overview

Holds data parsed from a H.265 video parameter set NAL unit.

Summary

Fields
public final <any>layerInfos

public final NalUnitUtil.H265NalHeadernalHeader

public final NalUnitUtil.H265ProfileTierLevelsAndIndicesprofileTierLevelsAndIndices

The list of profile_tier_level()s and corresponding lis of indices.

public final NalUnitUtil.H265RepFormatsAndIndicesrepFormatsAndIndices

The list of rep_format()s and corresponding list of indices.

public final NalUnitUtil.H265VideoSignalInfosAndIndicesvideoSignalInfosAndIndices

The list of video_signal_info()s and corresponding list of indices.

Constructors
publicH265VpsData(NalUnitUtil.H265NalHeader nalHeader, java.util.List<NalUnitUtil.H265LayerInfo> layerInfos, NalUnitUtil.H265ProfileTierLevelsAndIndices profileTierLevelsAndIndices, NalUnitUtil.H265RepFormatsAndIndices repFormatsAndIndices, NalUnitUtil.H265VideoSignalInfosAndIndices videoSignalInfosAndIndices)

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

Fields

public final NalUnitUtil.H265NalHeader nalHeader

public final <any> layerInfos

public final NalUnitUtil.H265ProfileTierLevelsAndIndices profileTierLevelsAndIndices

The list of profile_tier_level()s and corresponding lis of indices.

public final NalUnitUtil.H265RepFormatsAndIndices repFormatsAndIndices

The list of rep_format()s and corresponding list of indices.

public final NalUnitUtil.H265VideoSignalInfosAndIndices videoSignalInfosAndIndices

The list of video_signal_info()s and corresponding list of indices.

Constructors

public H265VpsData(NalUnitUtil.H265NalHeader nalHeader, java.util.List<NalUnitUtil.H265LayerInfo> layerInfos, NalUnitUtil.H265ProfileTierLevelsAndIndices profileTierLevelsAndIndices, NalUnitUtil.H265RepFormatsAndIndices repFormatsAndIndices, NalUnitUtil.H265VideoSignalInfosAndIndices videoSignalInfosAndIndices)