Class NDIOutput
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
NDI output settings.
public class NDIOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Constructors
NDIOutput(string)
Initializes a new instance of the VisioForge.Core.Types.X.Output.NDIOutput class.
public NDIOutput(string name)Parameters
namestring
NDIOutput(NDISinkSettings)
Initializes a new instance of the VisioForge.Core.Types.X.Output.NDIOutput class.
public NDIOutput(NDISinkSettings settings)Parameters
settingsNDISinkSettings-
The settings.
Properties
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 settings.
public NDISinkSettings Sink { 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.