SpatialAudioDeviceConfiguration.ActiveSpatialAudioFormat Property
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.
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
A string of the GUID for the active spatial audio format.