Table of Contents

Class VirtualCameraNameAPI

Namespace
VisioForge.Core
Assembly
VisioForge.Core.dll

VirtualCameraNameAPI class can be used to set the custom virtual camera name.

public static class VirtualCameraNameAPI

Inheritance

Inherited Members

Methods

SetName(string)

Sets the custom name for the virtual camera.

public static bool SetName(string name)

Parameters

name string

The name.

Returns

bool

bool.

SetName(string, string, Guid)

Sets the custom name for the virtual camera.

public static bool SetName(string name, string customRegName, Guid customGuid)

Parameters

name string

The name.

customRegName string

Name of the custom registry name.

customGuid Guid

The custom unique identifier.

Returns

bool

bool.