Partager via


SpatialAudioFormatConfiguration.ReportLicenseChangedAsync(String) Méthode

Définition

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

S’applique à