Interface IMultiFrameDecoderOptions
Describes a decoder that supports multiple image frames in a container.
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public interface IMultiFrameDecoderOptions : IDecoderOptions
Properties
FrameRange
The System.Range of frames to decode.
Declaration
Range FrameRange { get; }
Property Value
Type | Description |
---|---|
System.Range |
Remarks
Some built-in codecs only support processing a single frame at a time.