ElementSpatialAudioMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that indicate whether spatial sound is on, off, or handled automatically.
public enum class ElementSpatialAudioMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ElementSpatialAudioMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ElementSpatialAudioMode
Public Enum ElementSpatialAudioMode
- Inheritance
-
ElementSpatialAudioMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Spatial sound is turned on or off by the system. |
Off | 1 | Spatial sound is off. |
On | 2 | Spatial sound is on. |