Class GIFOutput
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
Animated GIF output settings.
public class GIFOutput : IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Constructors
GIFOutput(string, GIFEncoderSettings)
Initializes a new instance of the VisioForge.Core.Types.X.Output.GIFOutput class.
public GIFOutput(string filename, GIFEncoderSettings settings)Parameters
filenamestring-
The filename.
settingsGIFEncoderSettings-
The settings.
GIFOutput(string)
Initializes a new instance of the VisioForge.Core.Types.X.Output.GIFOutput class.
public GIFOutput(string filename)Parameters
filenamestring-
The filename.
Properties
Filename
Gets or sets the filename.
public string Filename { get; set; }Property Value
Settings
Gets or sets the settings.
public GIFEncoderSettings Settings { get; set; }Property Value
Methods
CreateBlock()
Creates the block.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
MediaBlock.
GetAudioEncoders()
Gets the audio encoders.
public Tuple<string, Type>[] GetAudioEncoders()Returns
GetFilename()
Gets the filename.
public string GetFilename()Returns
- string
-
System.String.
GetVideoEncoders()
Gets the video encoders.
public Tuple<string, Type>[] GetVideoEncoders()Returns
SetFilename(string)
Sets the filename.
public void SetFilename(string filename)Parameters
filenamestring-
The filename.