Table of Contents

Class MP3Output

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

MP3 output settings.

public class MP3Output : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

MP3Output(string)

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

public MP3Output(string filename)

Parameters

filename string

The filename.

Properties

Audio

Gets the audio encoder settings for MP3 encoder.

public MP3EncoderSettings Audio { get; set; }

Property Value

MP3EncoderSettings

CustomAudioProcessor

Gets or sets the custom audio processor block.

public MediaBlock CustomAudioProcessor { get; set; }

Property Value

MediaBlock

Filename

Gets or sets the filename.

public string Filename { get; set; }

Property Value

string

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.