次の方法で共有


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 の文字列が変更されました。

戻り値

非同期アクション。

属性

適用対象