Table of Contents

Class GIFOutput

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

Animated GIF output settings.

public class GIFOutput : IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

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

filename string

The filename.

settings GIFEncoderSettings

The settings.

GIFOutput(string)

Initializes a new instance of the VisioForge.Core.Types.X.Output.GIFOutput class.

public GIFOutput(string filename)

Parameters

filename string

The filename.

Properties

Filename

Gets or sets the filename.

public string Filename { get; set; }

Property Value

string

Settings

Gets or sets the settings.

public GIFEncoderSettings Settings { get; set; }

Property Value

GIFEncoderSettings

Methods

CreateBlock()

Creates the block.

public MediaBlock CreateBlock()

Returns

MediaBlock

MediaBlock.

GetAudioEncoders()

Gets the audio encoders.

public Tuple<string, Type>[] GetAudioEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

GetFilename()

Gets the filename.

public string GetFilename()

Returns

string

System.String.

GetVideoEncoders()

Gets the video encoders.

public Tuple<string, Type>[] GetVideoEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

SetFilename(string)

Sets the filename.

public void SetFilename(string filename)

Parameters

filename string

The filename.