IWICPlanarFormatConverter interface
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.
When to implement
When you need to initialize a format converter with planar source data.
Members
The IWICPlanarFormatConverter interface inherits from IWICBitmapSource. IWICPlanarFormatConverter also has these types of members:
Methods
The IWICPlanarFormatConverter interface has these methods.
| Method | Description |
|---|---|
| CanConvert |
Query if the format converter can convert from one format to another. |
| Initialize |
Initializes a format converter with a planar source, and specifies the interleaved output pixel format. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also