Edit

Share via


IWICBitmapFrameChainWriter interface (wincodec.h)

Links frames together in chains of different types.

To provide access to subordinate frames, the encoderframe object (which is represented by IWICBitmapFrameEncode), implements IWICBitmapFrameChainWriter.

Inheritance

The IWICBitmapFrameChainWriter interface inherits from the IUnknown interface.

Methods

The IWICBitmapFrameChainWriter interface has these methods.

 
IWICBitmapFrameChainWriter::AppendFrameToChain

Creates a frame that's linked to a chain of a given type.
IWICBitmapFrameChainWriter::DoesSupportChainType

Determines whether the specified chain type is supported.

Remarks

See Remarks in IWICBitmapFrameChainReader.

Requirements

Requirement Value
Header wincodec.h

See also