IWICBitmapFrameDecode interface (wincodec.h)
Defines methods for decoding individual image frames of an encoded file.
Inheritance
The IWICBitmapFrameDecode interface inherits from IWICBitmapSource. IWICBitmapFrameDecode also has these types of members:
Methods
The IWICBitmapFrameDecode interface has these methods.
IWICBitmapFrameDecode::GetColorContexts Retrieves the IWICColorContext associated with the image frame. |
IWICBitmapFrameDecode::GetMetadataQueryReader Retrieves a metadata query reader for the frame. |
IWICBitmapFrameDecode::GetThumbnail Retrieves a small preview of the frame, if supported by 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
Conceptual
How to Write a WIC-Enabled CODEC
Other Resources