public static final class NalUnitUtil.SpsData extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
deltaPicOrderAlwaysZeroFlag |
boolean |
frameMbsOnlyFlag |
int |
frameNumLength |
int |
height |
int |
picOrderCntLsbLength |
int |
picOrderCountType |
float |
pixelWidthAspectRatio |
boolean |
separateColorPlaneFlag |
int |
seqParameterSetId |
int |
width |
Constructor and Description |
---|
SpsData(int seqParameterSetId,
int width,
int height,
float pixelWidthAspectRatio,
boolean separateColorPlaneFlag,
boolean frameMbsOnlyFlag,
int frameNumLength,
int picOrderCountType,
int picOrderCntLsbLength,
boolean deltaPicOrderAlwaysZeroFlag) |
public final int seqParameterSetId
public final int width
public final int height
public final float pixelWidthAspectRatio
public final boolean separateColorPlaneFlag
public final boolean frameMbsOnlyFlag
public final int frameNumLength
public final int picOrderCountType
public final int picOrderCntLsbLength
public final boolean deltaPicOrderAlwaysZeroFlag