IWICDdsEncoder interface

Enables writing DDS format specific information to an encoder.

When to implement

When you need to expose the ability to encode DDS image files.

Members

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

Methods

The IWICDdsEncoder interface has these methods.

MethodDescription
CreateNewFrame

Creates a new frame to encode.

GetParameters

Gets DDS-specific data.

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

Minimum supported client

Windows 8.1 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 R2 [desktop apps | Windows Store apps]

Header

Wincodec.h

IDL

Wincodec.idl

Library

Windowscodecs.lib

DLL

Windowscodecs.dll

 

 

Show: