SpatialAudioFormatConfiguration.ReportLicenseChangedAsync(String) Method

Definition

Allows a spatial audio format companion app to report that the license has changed for a specific format.

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

Parameters

subtype
String

Platform::String

winrt::hstring

String of the GUID for the spatial audio format that's license has changed.

Returns

An async action.

Attributes

Applies to