Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 552 Bytes

elementspatialaudiomode.md

File metadata and controls

36 lines (20 loc) · 552 Bytes
-api-id -api-type
T:Windows.UI.Xaml.ElementSpatialAudioMode
winrt enum

Windows.UI.Xaml.ElementSpatialAudioMode

-description

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

-enum-fields

-field On:2

Spatial sound is on.

-field Off:1

Spatial sound is off.

-field Auto:0

Spatial sound is turned on or off by the system.

-remarks

-see-also

-examples