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