Share via


ElementSpatialAudioMode Enum

Definition

Defines constants that indicate whether spatial sound is on, off, or handled automatically.

public enum class ElementSpatialAudioMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class ElementSpatialAudioMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum ElementSpatialAudioMode
Public Enum ElementSpatialAudioMode
Inheritance
ElementSpatialAudioMode
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

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.

Applies to