Table of Contents

Struct JpegFrameHeader

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Represents a JPEG frame header.

public struct JpegFrameHeader
Inherited Members

Remarks

Get the frame header for an image by calling IWICJpegFrameDecode::GetFrameHeader.

Fields

CComponents

The number of components in the frame.

public int CComponents

Field Value

int

ComponentIdentifiers

The component identifiers.

public int ComponentIdentifiers

Field Value

int

Height

The height of the JPEG frame.

public int Height

Field Value

int

QuantizationTableIndices

The format of the quantization table indices. Use one of the following constants, described in JpegFrameDecode Constants.

  • WIC_JPEG_QUANTIZATION_BASELINE_ONE
  • WIC_JPEG_QUANTIZATION_BASELINE_THREE
public int QuantizationTableIndices

Field Value

int

SampleFactors

The sample factors. Use one of the following constants, described in JpegFrameDecode Constants.

  • WIC_JPEG_SAMPLE_FACTORS_ONE
  • WIC_JPEG_SAMPLE_FACTORS_THREE_420
  • WIC_JPEG_SAMPLE_FACTORS_THREE_422
  • WIC_JPEG_SAMPLE_FACTORS_THREE_440
  • WIC_JPEG_SAMPLE_FACTORS_THREE_444
public int SampleFactors

Field Value

int

ScanType

The scan type of the JPEG frame.

public JpegScanType ScanType

Field Value

JpegScanType

TransferMatrix

The transfer matrix of the JPEG frame.

public JpegTransferMatrix TransferMatrix

Field Value

JpegTransferMatrix

Width

The width of the JPEG frame.

public int Width

Field Value

int