IWICPlanarFormatConverter interface (wincodec.h)

Allows a format converter to be initialized with a planar source. You can use QueryInterface to obtain this interface from the Windows provided implementation of IWICFormatConverter.

Inheritance

The IWICPlanarFormatConverter interface inherits from IWICBitmapSource. IWICPlanarFormatConverter also has these types of members:

Methods

The IWICPlanarFormatConverter interface has these methods.

 
IWICPlanarFormatConverter::CanConvert

Query if the format converter can convert from one format to another.
IWICPlanarFormatConverter::Initialize

Initializes a format converter with a planar source, and specifies the interleaved output pixel format.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header wincodec.h

See also

IWICBitmapSource