Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AudioEngineSettings Class

    Namespace: Stride.Audio
    Assembly: Stride.Audio.dll
    System.Object → Configuration → AudioEngineSettings
    Derived from AudioEngineSettings:

    [DataContract]
    [Display("Audio", null)]
    public class AudioEngineSettings : Configuration
    Name Description
    Properties
    HrtfSupport

    Enables HRTF audio. Note that only audio emitters with HRTF enabled produce HRTF audio

    | Improve this Doc View Source

    Properties


    HrtfSupport

    Enables HRTF audio. Note that only audio emitters with HRTF enabled produce HRTF audio

    [DataMember(10)]
    [Display("HRTF (if available)", null)]
    public bool HrtfSupport { get; set; }
    Property Value
    Type Description
    System.Boolean

    Inherited Members

    Configuration.OfflineOnly

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation