Class Global
Provides global configuration settings and utility methods for the VAST library.
public static class Global
- Inheritance
-
Global
- Inherited Members
Fields
FilteredAudioDeviceIndicator
The indicator string used to identify filtered audio devices.
public static readonly string FilteredAudioDeviceIndicator
Field Value
Properties
AllowTlsCertificateErrors
Gets a value indicating whether TLS certificate errors should be allowed.
public static bool AllowTlsCertificateErrors { get; }
Property Value
MinSleepIntervalMs
Gets the minimum sleep interval in milliseconds for the current platform.
public static int MinSleepIntervalMs { get; }
Property Value
ShortCompanyName
Gets or sets the short company name used in licensing.
public static string ShortCompanyName { get; set; }
Property Value
Methods
GetPlatformId()
Gets the platform identifier string for the current runtime environment.
public static string GetPlatformId()
Returns
- string
The platform identifier string.
IsDebug()
Gets a value indicating whether the library was built in debug mode.
public static bool IsDebug()
Returns
- bool
True if debug build; otherwise, false.