SpatialAudioFormatConfiguration.ReportLicenseChangedAsync(String) 方法

定义

允许空间音频格式配套应用报告许可证已更改特定格式。

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

参数

subtype
String

Platform::String

winrt::hstring

许可证已更改的空间音频格式的 GUID 字符串。

返回

异步操作。

属性

适用于