VisioForge (c) 2025

Search Results for

    Class GIFEncoderSettings

    GIF encoder settings.

    Inheritance
    object
    GIFEncoderSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.VideoEncoders
    Assembly: VisioForge.Core.dll
    Syntax
    public class GIFEncoderSettings

    Properties

    Repeat

    Gets or sets the repeat (-1 to loop forever, 0..n-finite repetitions).

    Declaration
    public uint Repeat { get; set; }
    Property Value
    Type Description
    uint

    The repeat.

    Speed

    Gets or sets the speed. Range is [1..30]. Higher value yields faster encoding.

    Declaration
    public int Speed { get; set; }
    Property Value
    Type Description
    int

    The speed.