SpatialAudioFormatConfiguration.ReportLicenseChangedAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet à une application complémentaire de format audio spatial de signaler que la licence a changé pour un format spécifique.
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
Paramètres
- subtype
-
String
Platform::String
winrt::hstring
La chaîne du GUID pour le format audio spatial sous licence a changé.
Retours
Action asynchrone.
- Attributs