SpatialAudioDeviceConfiguration.ActiveSpatialAudioFormat Property

Definition

Provides the currently active spatial audio format for this device. This could have been changed by the system and therefore may not be the same as the default.

public:
 property Platform::String ^ ActiveSpatialAudioFormat { Platform::String ^ get(); };
winrt::hstring ActiveSpatialAudioFormat();
public string ActiveSpatialAudioFormat { get; }
var string = spatialAudioDeviceConfiguration.activeSpatialAudioFormat;
Public ReadOnly Property ActiveSpatialAudioFormat As String

Property Value

String

Platform::String

winrt::hstring

A string of the GUID for the active spatial audio format.

Applies to