Class FLACOutput
FLAC output settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public class FLACOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput
Constructors
FLACOutput(string)
Initializes a new instance of the FLACOutput class.
Declaration
public FLACOutput(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
Audio
Gets the audio encoder settings for FLAC encoder.
Declaration
public FLACEncoderSettings Audio { get; set; }
Property Value
Type | Description |
---|---|
FLACEncoderSettings |
CustomAudioProcessor
Gets or sets the custom audio processor block.
Declaration
public MediaBlock CustomAudioProcessor { get; set; }
Property Value
Type | Description |
---|---|
MediaBlock | The custom audio processor. |
Filename
Gets or sets the filename.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string | The filename. |
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. |