IWICJpegFrameDecode::GetFrameHeader method (wincodec.h)

Retrieves header data from the entire frame. The result includes parameters from the Start Of Frame (SOF) marker for the scan as well as parameters derived from other metadata such as the color model of the compressed data.

Syntax

HRESULT GetFrameHeader(
  [out] WICJpegFrameHeader *pFrameHeader
);

Parameters

[out] pFrameHeader

Type: WICJpegFrameHeader*

A pointer that receives the frame header data.

Return value

Type: HRESULT

Returns S_OK on successful completion.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header wincodec.h
Library Windowscodecs.lib
DLL Windowscodecs.dll

See also

IWICJpegFrameDecode

WICJpegFrameHeader