Table of Contents

Class OGGTheoraOutput

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

Ogg Vorbis/Theora output settings.

public class OGGTheoraOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

OGGTheoraOutput(string)

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

public OGGTheoraOutput(string filename)

Parameters

filename string

The filename.

Properties

Audio

Gets the audio encoder settings for Vorbis encoder.

public VorbisEncoderSettings Audio { get; set; }

Property Value

VorbisEncoderSettings

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

Sink

Gets or sets the sink settings.

public OGGSinkSettings Sink { get; set; }

Property Value

OGGSinkSettings

Video

Gets or sets the Theora video encoder settings.

public TheoraEncoderSettings Video { get; set; }

Property Value

TheoraEncoderSettings

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.