Struct JpegScanHeader
Represents a JPEG frame header.
public struct JpegScanHeader
- Inherited Members
Remarks
Get the scan header for an image by calling IWICJpegFrameDecode::GetScanHeader.
Fields
CComponents
The number of components in the scan.
public int CComponents
Field Value
ComponentSelectors
The component identifiers.
public int ComponentSelectors
Field Value
EndSpectralSelection
The end of the spectral selection.
public byte EndSpectralSelection
Field Value
HuffmanTableIndices
The format of the quantization table indices. Use one of the following constants, described in JpegFrameDecode Constants.
- WIC_JPEG_HUFFMAN_BASELINE_ONE
- WIC_JPEG_HUFFMAN_BASELINE_THREE
public int HuffmanTableIndices
Field Value
RestartInterval
The interval of reset markers within the scan.
public int RestartInterval
Field Value
StartSpectralSelection
The start of the spectral selection.
public byte StartSpectralSelection
Field Value
SuccessiveApproximationHigh
The successive approximation high.
public byte SuccessiveApproximationHigh
Field Value
SuccessiveApproximationLow
The successive approximation low.
public byte SuccessiveApproximationLow