Class WebMOutput
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
WebM output settings.
public class WebMOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Constructors
WebMOutput(string)
Initializes a new instance of the VisioForge.Core.Types.X.Output.WebMOutput class.
public WebMOutput(string filename)Parameters
filenamestring-
The filename.
Properties
Audio
Gets or sets the audio encoder settings. Use VorbisEncoderSettings or OPUSEncoderSettings.
public IAudioEncoder Audio { get; set; }Property Value
CustomAudioProcessor
Gets or sets the custom audio processor block.
public MediaBlock CustomAudioProcessor { get; set; }Property Value
CustomVideoProcessor
Gets or sets the custom video processor block.
public MediaBlock CustomVideoProcessor { get; set; }Property Value
Filename
Gets or sets the filename.
public string Filename { get; set; }Property Value
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
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.