Table of Contents

Interface IXBaseOutput

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

Base output interface.

public interface IXBaseOutput

Methods

GetAudioEncoders()

Gets the audio encoders.

Tuple<string, Type>[] GetAudioEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

GetFilename()

Gets the filename.

string GetFilename()

Returns

string

System.String.

GetVideoEncoders()

Gets the video encoders.

Tuple<string, Type>[] GetVideoEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

SetFilename(string)

Sets the filename.

void SetFilename(string filename)

Parameters

filename string

The filename.