SpatialAudioFormatConfiguration.ReportLicenseChangedAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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