Table of Contents

Class NDIOutput

Namespace
VisioForge.Core.Types.Output
Assembly
VisioForge.Core.dll

NDI network streaming output settings.

public sealed class NDIOutput : INetworkStreamingOutput

Inheritance

Implements

Inherited Members

Constructors

NDIOutput(string)

Initializes a new instance of the VisioForge.Core.Types.Output.NDIOutput class.

public NDIOutput(string name)

Parameters

name string

Name.

NDIOutput()

Initializes a new instance of the VisioForge.Core.Types.Output.NDIOutput class.

public NDIOutput()

Properties

Name

Gets or sets name of NDI stream.

public string Name { get; set; }

Property Value

string

Methods

Load(string)

Loads from JSON.

public static NDIOutput Load(string json)

Parameters

json string

JSON string.

Returns

NDIOutput

The String.

Save()

Saves to JSON.

public string Save()

Returns

string

The String.