mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class SpatializerUtilities

    Collection of utilities to manage the configured audio spatializer.

    Inheritance
    Object
    SpatializerUtilities
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    In This Article
    • Properties
      • CurrentSpatializer
      • InstalledSpatializers
    • Methods
      • CheckSettings()
      • SaveSettings(String)
    Back to top Generated by DocFX