VisioForge (c) 2025

Search Results for

    Class NDIOutput

    NDI network streaming output settings.

    Inheritance
    object
    NDIOutput
    Implements
    INetworkStreamingOutput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public sealed class NDIOutput : INetworkStreamingOutput

    Constructors

    NDIOutput()

    Initializes a new instance of the NDIOutput class.

    Declaration
    public NDIOutput()

    NDIOutput(string)

    Initializes a new instance of the NDIOutput class.

    Declaration
    public NDIOutput(string name)
    Parameters
    Type Name Description
    string name

    Name.

    Properties

    Name

    Gets or sets name of NDI stream.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    The name.

    Methods

    Load(string)

    Loads from JSON.

    Declaration
    public static NDIOutput Load(string json)
    Parameters
    Type Name Description
    string json

    JSON string.

    Returns
    Type Description
    NDIOutput

    The string.

    Save()

    Saves to JSON.

    Declaration
    public string Save()
    Returns
    Type Description
    string

    The string.

    Implements

    INetworkStreamingOutput