IWICDdsEncoder interface (wincodec.h)

Enables writing DDS format specific information to an encoder.

Inheritance

The IWICDdsEncoder interface inherits from the IUnknown interface. IWICDdsEncoder also has these types of members:

Methods

The IWICDdsEncoder interface has these methods.

 
IWICDdsEncoder::CreateNewFrame

Creates a new frame to encode.
IWICDdsEncoder::GetParameters

Gets DDS-specific data. (IWICDdsEncoder.GetParameters)
IWICDdsEncoder::SetParameters

Sets DDS-specific data.

Remarks

This interface is implemented by the WIC DDS codec. To obtain this interface, create an IWICBitmapEncoder using the DDS codec and QueryInterface for IWICDdsEncoder.

Requirements

Requirement Value
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