Table of Contents

Class WebMOutput

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

WebM output settings.

public class WebMOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

WebMOutput(string)

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

public WebMOutput(string filename)

Parameters

filename string

The filename.

Properties

Audio

Gets or sets the audio encoder settings. Use VorbisEncoderSettings or OPUSEncoderSettings.

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. Use VP8EncoderSettings, VP9EncoderSettings, QSVVP9EncoderSettings, RAV1EEncoderSettings, SVTAV1EncoderSettings, NVENCAV1EncoderSettings, AMFAV1EncoderSettings, or QSVAV1EncoderSettings classes.

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.