Class OGGTheoraOutput
Ogg Vorbis/Theora output settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public class OGGTheoraOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput
Constructors
OGGTheoraOutput(string)
Initializes a new instance of the OGGTheoraOutput class.
Declaration
public OGGTheoraOutput(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
Audio
Gets the audio encoder settings for Vorbis encoder.
Declaration
public VorbisEncoderSettings Audio { get; set; }
Property Value
Type | Description |
---|---|
VorbisEncoderSettings |
CustomAudioProcessor
Gets or sets the custom audio processor block.
Declaration
public MediaBlock CustomAudioProcessor { get; set; }
Property Value
Type | Description |
---|---|
MediaBlock | The custom audio processor. |
CustomVideoProcessor
Gets or sets the custom video processor block.
Declaration
public MediaBlock CustomVideoProcessor { get; set; }
Property Value
Type | Description |
---|---|
MediaBlock | The custom video processor. |
Sink
Gets or sets the sink settings.
Declaration
public OGGSinkSettings Sink { get; set; }
Property Value
Type | Description |
---|---|
OGGSinkSettings |
Video
Gets or sets the Theora video encoder settings.
Declaration
public TheoraEncoderSettings Video { get; set; }
Property Value
Type | Description |
---|---|
TheoraEncoderSettings |
Methods
GetAudioEncoders()
Gets the audio encoders.
Declaration
public Tuple<string, Type>[] GetAudioEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
GetFilename()
Gets the filename.
Declaration
public string GetFilename()
Returns
Type | Description |
---|---|
string | System.String. |
GetVideoEncoders()
Gets the video encoders.
Declaration
public Tuple<string, Type>[] GetVideoEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
SetFilename(string)
Sets the filename.
Declaration
public void SetFilename(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |