NalUnitUtil.H265VpsData
Artifact: androidx.media3:media3-container
public final class NalUnitUtil.H265VpsData
Holds data parsed from a H.265 video parameter set NAL unit.
Summary
Public fields |
|
---|---|
final ImmutableList<NalUnitUtil.H265LayerInfo> |
|
final NalUnitUtil.H265NalHeader |
|
final NalUnitUtil.H265ProfileTierLevelsAndIndices |
The list of profile_tier_level()s and corresponding lis of indices. |
final @Nullable NalUnitUtil.H265RepFormatsAndIndices |
The list of rep_format()s and corresponding list of indices. |
final @Nullable NalUnitUtil.H265VideoSignalInfosAndIndices |
The list of video_signal_info()s and corresponding list of indices. |
Public constructors |
---|
H265VpsData( |
Public fields
profileTierLevelsAndIndices
public final NalUnitUtil.H265ProfileTierLevelsAndIndices profileTierLevelsAndIndices
The list of profile_tier_level()s and corresponding lis of indices.
repFormatsAndIndices
public final @Nullable NalUnitUtil.H265RepFormatsAndIndices repFormatsAndIndices
The list of rep_format()s and corresponding list of indices.
videoSignalInfosAndIndices
public final @Nullable NalUnitUtil.H265VideoSignalInfosAndIndices videoSignalInfosAndIndices
The list of video_signal_info()s and corresponding list of indices.
Public constructors
H265VpsData
public H265VpsData(
NalUnitUtil.H265NalHeader nalHeader,
@Nullable List<NalUnitUtil.H265LayerInfo> layerInfos,
NalUnitUtil.H265ProfileTierLevelsAndIndices profileTierLevelsAndIndices,
@Nullable NalUnitUtil.H265RepFormatsAndIndices repFormatsAndIndices,
@Nullable NalUnitUtil.H265VideoSignalInfosAndIndices videoSignalInfosAndIndices
)