Class CustomBlocksOutputSettings
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
Custom Block output settings. Implements the VisioForge.Core.Types.X.VideoEdit.IVideoEditXBaseOutput Implements the VisioForge.Core.Types.X.VideoCapture.IVideoCaptureXBaseOutput
public class CustomBlocksOutputSettings : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Properties
Audio
Gets or sets the audio block.
public MediaBlock 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
Sink
Gets or sets the sink block.
public MediaBlock Sink { get; set; }Property Value
Video
Gets or sets the video block.
public MediaBlock 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.