Class DecklinkVideoSinkInfo
- Namespace
- VisioForge.Core.Types.X.Decklink
- Assembly
- VisioForge.Core.dll
Decklink video sink info.
public class DecklinkVideoSinkInfo : IComparableInheritance
Implements
Inherited Members
Constructors
DecklinkVideoSinkInfo(string, uint)
Initializes a new instance of the VisioForge.Core.Types.X.Decklink.DecklinkVideoSinkInfo class.
public DecklinkVideoSinkInfo(string name, uint deviceNumber)Parameters
DecklinkVideoSinkInfo(Device)
Initializes a new instance of the VisioForge.Core.Types.X.Decklink.DecklinkVideoSinkInfo class.
public DecklinkVideoSinkInfo(Device device)Parameters
deviceDevice-
The device.
Properties
DeviceNumber
Gets or sets the device number.
public uint DeviceNumber { get; set; }Property Value
ModelName
Gets or sets the name of the model.
public string ModelName { get; set; }Property Value
Name
Gets or sets the name.
public string Name { get; set; }Property Value
PersistentID
Gets the persistent identifier.
public long PersistentID { get; }Property Value
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
objobject-
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 objin the sort order.Zero This instance occurs in the same position in the sort order as obj.Greater than zero This instance follows objin the sort order.
ToString()
Class as a string.
public override string ToString()