Class VirtualCameraNameAPI
VirtualCameraNameAPI class can be used to set the custom virtual camera name.
Inherited Members
Namespace: VisioForge.Core
Assembly: VisioForge.Core.dll
Syntax
public static class VirtualCameraNameAPI
Methods
SetName(string)
Sets the custom name for the virtual camera.
Declaration
public static bool SetName(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Returns
Type | Description |
---|---|
bool | bool. |
SetName(string, string, Guid)
Sets the custom name for the virtual camera.
Declaration
public static bool SetName(string name, string customRegName, Guid customGuid)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
string | customRegName | Name of the custom registry name. |
Guid | customGuid | The custom unique identifier. |
Returns
Type | Description |
---|---|
bool | bool. |