Table of Contents

Class AVIOutput

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

AVI output settings. Implements the VisioForge.Core.Types.X.VideoEdit.IVideoEditXBaseOutput. Implements the VisioForge.Core.Types.X.VideoCapture.IVideoCaptureXBaseOutput.

public class AVIOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

AVIOutput(string)

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

public AVIOutput(string filename)

Parameters

filename string

The filename.

Properties

Audio

Gets or sets the audio encoder settings. Supported encoders: VOAACEncoderSettings, AVENCAACEncoderSettings, MFAACEncoderSettings, MP3LameEncoderSettings.

public IAudioEncoder Audio { get; set; }

Property Value

IAudioEncoder

CustomAudioProcessor

Gets or sets the custom audio processor block.

public MediaBlock CustomAudioProcessor { get; set; }

Property Value

MediaBlock

CustomVideoProcessor

Gets or sets the custom video processor block.

public MediaBlock CustomVideoProcessor { get; set; }

Property Value

MediaBlock

Filename

Gets or sets the filename.

public string Filename { get; set; }

Property Value

string

Video

Gets or sets the video encoder settings.

public IVideoEncoder Video { get; set; }

Property Value

IVideoEncoder

Methods

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.