Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX