Class WavPackOutput
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
WavPack output settings.
public class WavPackOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Constructors
WavPackOutput(string)
Initializes a new instance of the VisioForge.Core.Types.X.Output.WavPackOutput class.
public WavPackOutput(string filename)Parameters
filenamestring-
The filename.
Properties
Audio
Gets the audio encoder settings for WavPack encoder.
public WavPackEncoderSettings Audio { get; set; }Property Value
CustomAudioProcessor
Gets or sets the custom audio processor block.
public MediaBlock CustomAudioProcessor { get; set; }Property Value
Filename
Gets or sets the filename.
public string Filename { get; set; }Property Value
Methods
GetAudioEncoders()
Gets the audio encoders.
public Tuple<string, Type>[] GetAudioEncoders()Returns
GetFilename()
Gets the filename.
public string GetFilename()Returns
- string
-
System.String.
GetVideoEncoders()
Gets the video encoders.
public Tuple<string, Type>[] GetVideoEncoders()Returns
SetFilename(string)
Sets the filename.
public void SetFilename(string filename)Parameters
filenamestring-
The filename.