Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 927 Bytes

spatialaudiodeviceconfiguration_setdefaultspatialaudioformatasync_1435696550.md

File metadata and controls

28 lines (19 loc) · 927 Bytes
-api-id -api-type ms.custom
M:Windows.Media.Audio.SpatialAudioDeviceConfiguration.SetDefaultSpatialAudioFormatAsync(System.String)
winrt method
RS5

Windows.Media.Audio.SpatialAudioDeviceConfiguration.SetDefaultSpatialAudioFormatAsync

-description

Tries to set the specified spatial audio format for this device. The caller must be the app that owns this spatial audio format.

-parameters

-param subtype

A string of the GUID for the spatial audio format to set. SpatialAudioFormatSubtype enum will return the neccesary string.

-returns

A result indicating success or why the call failed to set the specified format.

-remarks

-see-also

-examples