Class GIFRecorderSettings
Inheritance
System.Object
GIFRecorderSettings
Syntax
public class GIFRecorderSettings : BaseFCRecorderSettings
Constructors
GIFRecorderSettings()
Declaration
public GIFRecorderSettings()
Properties
extension
Declaration
public override string extension { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
keyframeInterval
Declaration
public int keyframeInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
maxTasks
Declaration
public int maxTasks { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
numColors
Declaration
public int numColors { get; set; }
Property Value
Type |
Description |
System.Int32 |
|