共用方式為


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 字串已變更。

傳回

非同步動作。

屬性

適用於