Class GIFEncoderSettings
GIF encoder settings.
Inherited Members
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. |