IWICDdsDecoder interface
Provides information and functionality specific to the DDS image format.
When to implement
When you need to provide access to DDS image files.
Members
The IWICDdsDecoder interface inherits from the IUnknown interface. IWICDdsDecoder also has these types of members:
Methods
The IWICDdsDecoder interface has these methods.
| Method | Description |
|---|---|
| GetFrame |
Retrieves the specified frame of the DDS image. |
| GetParameters |
Gets DDS-specific data. |
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 | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|