Table of Contents

Class NDISourceInfo

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

NDI source information.

public class NDISourceInfo : IComparable

Inheritance

Implements

Inherited Members

Constructors

NDISourceInfo(string, string)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.NDISourceInfo class.

public NDISourceInfo(string name, string url)

Parameters

name string

The name.

url string

The URL.

NDISourceInfo(Device)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.NDISourceInfo class.

public NDISourceInfo(Device device)

Parameters

device Device

The device.

Properties

Name

Gets or sets the name of the source.

public string Name { get; set; }

Property Value

string

URL

Gets or sets the URL.

public string URL { get; set; }

Property Value

string

Methods

CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

public int CompareTo(object obj)

Parameters

obj object

An object to compare with this instance.

Returns

int

A value that indicates the relative order of the objects being compared. The return value has these meanings:

Value Meaning
Less than zero This instance precedes obj in the sort order.
Zero This instance occurs in the same position in the sort order as obj.
Greater than zero This instance follows obj in the sort order.

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.