Share via


ElementSoundPlayer.SpatialAudioMode Property

Definition

Gets or sets a value that indicates whether spatial audio is on, off, or handled automatically.

public:
 static property ElementSpatialAudioMode SpatialAudioMode { ElementSpatialAudioMode get(); void set(ElementSpatialAudioMode value); };
static ElementSpatialAudioMode SpatialAudioMode();

static void SpatialAudioMode(ElementSpatialAudioMode value);
public static ElementSpatialAudioMode SpatialAudioMode { get; set; }
var elementSpatialAudioMode = ElementSoundPlayer.spatialAudioMode;
ElementSoundPlayer.spatialAudioMode = elementSpatialAudioMode;
Public Shared Property SpatialAudioMode As ElementSpatialAudioMode

Property Value

An enumeration value that indicates whether spatial audio is on, off, or handled automatically. The default is Auto.

Applies to