IWICDdsDecoder interface (wincodec.h)
Provides information and functionality specific to the DDS image format.
Inheritance
The IWICDdsDecoder interface inherits from the IUnknown interface. IWICDdsDecoder also has these types of members:
Methods
The IWICDdsDecoder interface has these methods.
| IWICDdsDecoder::GetFrame Retrieves the specified frame of the DDS image. |
| IWICDdsDecoder::GetParameters Gets DDS-specific data. (IWICDdsDecoder.GetParameters) |
Remarks
This interface is implemented by the WIC DDS codec. To obtain this interface, create an IWICBitmapDecoder using the DDS codec and QueryInterface for IWICDdsDecoder.
Requirements
| 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 |