Class DecklinkVideoSourceInfo
- Namespace
- VisioForge.Core.Types.X.Decklink
- Assembly
- VisioForge.Core.dll
Decklink video source info.
public class DecklinkVideoSourceInfo : IComparableInheritance
Implements
Inherited Members
Constructors
DecklinkVideoSourceInfo(string, uint)
Initializes a new instance of the VisioForge.Core.Types.X.Decklink.DecklinkVideoSourceInfo class.
public DecklinkVideoSourceInfo(string name, uint deviceNumber)Parameters
DecklinkVideoSourceInfo(Device)
Initializes a new instance of the VisioForge.Core.Types.X.Decklink.DecklinkVideoSourceInfo class.
public DecklinkVideoSourceInfo(Device device)Parameters
deviceDevice-
The device.
Properties
DeviceNumber
Gets the device number.
public uint DeviceNumber { get; }Property Value
MaxChannels
Gets the maximum channels.
public uint MaxChannels { get; }Property Value
ModelName
Gets the name of the model.
public string ModelName { get; }Property Value
Name
Gets the name.
public string Name { get; }Property Value
PersistentID
Gets the persistent identifier.
public long PersistentID { get; }Property Value
SupportsFormatDetection
Gets a value indicating whether the device supports format detection.
public bool SupportsFormatDetection { 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()