SpatialAudioFormatConfiguration.ReportLicenseChangedAsync(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Consente a un'app complementare in formato audio spaziale di segnalare che la licenza è stata modificata per un formato specifico.
public:
virtual IAsyncAction ^ ReportLicenseChangedAsync(Platform::String ^ subtype) = ReportLicenseChangedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportLicenseChangedAsync(winrt::hstring const& subtype);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportLicenseChangedAsync(string subtype);
function reportLicenseChangedAsync(subtype)
Public Function ReportLicenseChangedAsync (subtype As String) As IAsyncAction
Parametri
- subtype
-
String
Platform::String
winrt::hstring
Stringa del GUID per il formato audio spaziale modificato dalla licenza.
Restituisce
Azione asincrona.
- Attributi