Class SpatializerUtilities
Collection of utilities to manage the configured audio spatializer.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor
Assembly: cs.temp.dll.dll
Syntax
public static class SpatializerUtilities
Properties
CurrentSpatializer
Returns the name of the currently selected spatializer plugin.
Declaration
public static string CurrentSpatializer { get; }
Property Value
Type | Description |
---|---|
String |
InstalledSpatializers
Returns the names of installed spatializer plugins.
Declaration
public static string[] InstalledSpatializers { get; }
Property Value
Type | Description |
---|---|
String[] |
Methods
CheckSettings()
Checks to see if the audio spatializer is configured and/or whether or not the spatializer collection has changed.
Declaration
public static bool CheckSettings()
Returns
Type | Description |
---|---|
Boolean | True if the selected spatializer is installed and no changes have been made to the collection of installed spatializers. False if the selected spatializer is no longer installed or the collection of installed spatializers has been changed. |
SaveSettings(String)
Saves the specified spatializer to the audio settings.
Declaration
public static void SaveSettings(string spatializer)
Parameters
Type | Name | Description |
---|---|---|
String | spatializer |