SpatialAudioFormatConfiguration.ReportConfigurationChangedAsync 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.
Ermöglicht einer Begleit-App für ein räumliches Audioformat, zu melden, dass sich die Konfiguration für ein bestimmtes Format geändert hat.
public:
virtual IAsyncAction ^ ReportConfigurationChangedAsync(Platform::String ^ subtype) = ReportConfigurationChangedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportConfigurationChangedAsync(winrt::hstring const& subtype);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportConfigurationChangedAsync(string subtype);
function reportConfigurationChangedAsync(subtype)
Public Function ReportConfigurationChangedAsync (subtype As String) As IAsyncAction
Parameter
- subtype
-
String
Platform::String
winrt::hstring
Die Zeichenfolge der GUID für das räumliche Audioformat, das die Konfiguration darstellt, wurde geändert.
Gibt zurück
Eine asynchrone Aktion.
- Attribute