VisioForge (c) 2025

Search Results for

    Class NDISinkSettings

    NDI sink settings.

    Inheritance
    object
    NDISinkSettings
    Implements
    IVideoCaptureXBaseOutput
    IXBaseOutput
    IMediaBlockSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Implements

    IVideoCaptureXBaseOutput
    IXBaseOutput
    IMediaBlockSettings