IWICBitmapCodecInfo interface
Exposes methods that provide information about a particular codec.
Members
The IWICBitmapCodecInfo interface inherits from IWICComponentInfo. IWICBitmapCodecInfo also has these types of members:
Methods
The IWICBitmapCodecInfo interface has these methods.
| Method | Description |
|---|---|
| DoesSupportAnimation |
Retrieves a value indicating whether the codec supports animation. |
| DoesSupportChromakey |
Retrieves a value indicating whether the codec supports chromakeys. |
| DoesSupportLossless |
Retrieves a value indicating whether the codec supports lossless formats. |
| DoesSupportMultiframe |
Retrieves a value indicating whether the codec supports multi frame images. |
| GetColorManagementVersion |
Retrieves the color manangement version number the codec supports. |
| GetContainerFormat |
Retrieves the container GUID associated with the codec. |
| GetDeviceManufacturer |
Retrieves the name of the device manufacture associated with the codec. |
| GetDeviceModels |
Retrieves a comma delimited list of device models associated with the codec. |
| GetFileExtensions |
Retrieves a comma delimited list of the file name extensions associated with the codec. |
| GetMimeTypes |
Retrieves a comma delimited sequence of mime types associated with the codec. |
| GetPixelFormats |
Retrieves the pixel formats the codec supports. |
| MatchesMimeType |
Retrieves a value indicating whether the given mime type matches the mime type of the codec. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also