Class NDISinkSettings
NDI sink settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Sinks
Assembly: VisioForge.Core.dll
Syntax
public class NDISinkSettings : IVideoCaptureXBaseOutput, IXBaseOutput, IMediaBlockSettings
Constructors
NDISinkSettings()
Initializes a new instance of the NDISinkSettings class.
Declaration
public NDISinkSettings()
NDISinkSettings(string)
Initializes a new instance of the NDISinkSettings class.
Declaration
public NDISinkSettings(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Properties
CustomAudioProcessor
Gets or sets the custom audio processor block.
Declaration
public MediaBlock CustomAudioProcessor { get; set; }
Property Value
Type | Description |
---|---|
MediaBlock | The custom audio processor. |
CustomVideoProcessor
Gets or sets the custom video processor block.
Declaration
public MediaBlock CustomVideoProcessor { get; set; }
Property Value
Type | Description |
---|---|
MediaBlock | The custom video processor. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Methods
CreateBlock()
Creates the block.
Declaration
public MediaBlock CreateBlock()
Returns
Type | Description |
---|---|
MediaBlock | MediaBlock. |
GetAudioEncoders()
Gets the audio encoders.
Declaration
public Tuple<string, Type>[] GetAudioEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |
GetFilename()
Gets the filename.
Declaration
public string GetFilename()
Returns
Type | Description |
---|---|
string | System.String. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |
GetVideoEncoders()
Gets the video encoders.
Declaration
public Tuple<string, Type>[] GetVideoEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |
SetFilename(string)
Sets the filename.
Declaration
public void SetFilename(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |