SpatialAudioDeviceConfiguration.SetDefaultSpatialAudioFormatAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht, das angegebene räumliche Audioformat für dieses Gerät festzulegen. Der Aufrufer muss die App sein, die dieses räumliche Audioformat besitzt.
public:
virtual IAsyncOperation<SetDefaultSpatialAudioFormatResult ^> ^ SetDefaultSpatialAudioFormatAsync(Platform::String ^ subtype) = SetDefaultSpatialAudioFormatAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SetDefaultSpatialAudioFormatResult> SetDefaultSpatialAudioFormatAsync(winrt::hstring const& subtype);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SetDefaultSpatialAudioFormatResult> SetDefaultSpatialAudioFormatAsync(string subtype);
function setDefaultSpatialAudioFormatAsync(subtype)
Public Function SetDefaultSpatialAudioFormatAsync (subtype As String) As IAsyncOperation(Of SetDefaultSpatialAudioFormatResult)
Parameter
- subtype
-
String
Platform::String
winrt::hstring
Eine Zeichenfolge der GUID für das festzulegende räumliche Audioformat. Die SpatialAudioFormatSubtype-Enumeration gibt die nekzesäre Zeichenfolge zurück.
Gibt zurück
Ein Ergebnis, das angibt, dass erfolgreich war oder warum der Aufruf das angegebene Format nicht festlegen konnte.
- Attribute