Table of Contents

Class WMVOutput

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

WMV output settings.

public class WMVOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

WMVOutput(string)

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

public WMVOutput(string filename)

Parameters

filename string

The filename.

Properties

Audio

Gets the audio encoder settings.

public WMAEncoderSettings Audio { get; set; }

Property Value

WMAEncoderSettings

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 the video encoder settings.

public WMVEncoderSettings Video { get; set; }

Property Value

WMVEncoderSettings

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.