Table of Contents

Class GIFEncoderSettings

Namespace
VisioForge.Core.Types.X.VideoEncoders
Assembly
VisioForge.Core.dll

GIF encoder settings.

public class GIFEncoderSettings

Inheritance

Inherited Members

Properties

Repeat

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

public uint Repeat { get; set; }

Property Value

uint

Speed

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

public int Speed { get; set; }

Property Value

int