Interface IRegistrable
An interface which allows indexing using an ID string.
Namespace: Unity.LiveCapture
Assembly: Unity.LiveCapture.dll
Syntax
public interface IRegistrable
Properties
FriendlyName
Get a human-readable name for the instance.
Declaration
string FriendlyName { get; }
Property Value
Type | Description |
---|---|
string |
Id
Get the unique identifier for this instance.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
The ID should not be null or empty, and is expected to remain constant for the life of the instance.