docs/doc/reference/com/google/android/exoplayer2/util/NalUnitUtil.H265SpsData.html
Package com.google.android.exoplayer2.util
Enclosing class:NalUnitUtil
public static final classNalUnitUtil.H265SpsDataextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Holds data parsed from a H.265 sequence parameter set NAL unit.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| int | bitDepthChromaMinus8 | |
| int | bitDepthLumaMinus8 | |
| int | chromaFormatIdc | |
| @com.google.android.exoplayer2.C.ColorRange int | colorRange | |
| @com.google.android.exoplayer2.C.ColorSpace int | colorSpace | |
| @com.google.android.exoplayer2.C.ColorTransfer int | colorTransfer | |
| int[] | constraintBytes | |
| int | generalLevelIdc | |
| int | generalProfileCompatibilityFlags | |
| int | generalProfileIdc | |
| int | generalProfileSpace | |
| boolean | generalTierFlag | |
| int | height | |
| float | pixelWidthHeightRatio | |
| int | seqParameterSetId | |
| int | width | |
Constructors | Constructor | Description |
| --- | --- |
| H265SpsData(int generalProfileSpace, boolean generalTierFlag, int generalProfileIdc, int generalProfileCompatibilityFlags, int chromaFormatIdc, int bitDepthLumaMinus8, int bitDepthChromaMinus8, int[] constraintBytes, int generalLevelIdc, int seqParameterSetId, int width, int height, float pixelWidthHeightRatio, @com.google.android.exoplayer2.C.ColorSpace int colorSpace, @com.google.android.exoplayer2.C.ColorRange int colorRange, @com.google.android.exoplayer2.C.ColorTransfer int colorTransfer) | |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final int generalProfileSpace
-
public final boolean generalTierFlag
-
public final int generalProfileIdc
-
public final int generalProfileCompatibilityFlags
-
public final int chromaFormatIdc
-
public final int bitDepthLumaMinus8
-
public final int bitDepthChromaMinus8
-
public final int[] constraintBytes
-
public final int generalLevelIdc
-
public final int seqParameterSetId
-
public final int width
-
public final int height
-
public final float pixelWidthHeightRatio
-
public final @com.google.android.exoplayer2.C.ColorSpace int colorSpace
-
public final @com.google.android.exoplayer2.C.ColorRange int colorRange
-
public final @com.google.android.exoplayer2.C.ColorTransfer int colorTransfer
-
public H265SpsData(int generalProfileSpace,
boolean generalTierFlag,
int generalProfileIdc,
int generalProfileCompatibilityFlags,
int chromaFormatIdc,
int bitDepthLumaMinus8,
int bitDepthChromaMinus8,
int[] constraintBytes,
int generalLevelIdc,
int seqParameterSetId,
int width,
int height,
float pixelWidthHeightRatio,
@com.google.android.exoplayer2.C.ColorSpace int colorSpace,
@com.google.android.exoplayer2.C.ColorRange int colorRange,
@com.google.android.exoplayer2.C.ColorTransfer int colorTransfer)