public class MarkerSegmentSOF extends Object
A JPEG SOF Marker Segment.
Constructor and Description |
---|
MarkerSegmentSOF(int marker,
byte[] b,
int length) |
Modifier and Type | Method and Description |
---|---|
int[] |
getHorizontalSamplingFactor() |
int |
getMarker() |
int |
getNComponentsInFrame() |
int |
getNLines() |
int |
getNSamplesPerLine() |
int |
getSamplePrecision() |
int[] |
getVerticalSamplingFactor() |
String |
toString() |
public int getMarker()
public int getSamplePrecision()
public int getNLines()
public int getNSamplesPerLine()
public int getNComponentsInFrame()
public int[] getHorizontalSamplingFactor()
public int[] getVerticalSamplingFactor()