次の方法で共有


NDStreamParserNotifier.OnContentIDReceived(INDLicenseFetchDescriptor) メソッド

定義

コンテンツ識別子を受け取ると、ストリーム パーサーによって呼び出されます。

public:
 virtual void OnContentIDReceived(INDLicenseFetchDescriptor ^ licenseFetchDescriptor) = OnContentIDReceived;
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
public void OnContentIDReceived(INDLicenseFetchDescriptor licenseFetchDescriptor);
[Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnContentIDReceived(INDLicenseFetchDescriptor licenseFetchDescriptor);
function onContentIDReceived(licenseFetchDescriptor)
Public Sub OnContentIDReceived (licenseFetchDescriptor As INDLicenseFetchDescriptor)

パラメーター

licenseFetchDescriptor
INDLicenseFetchDescriptor

コンテンツ識別子を含むライセンス フェッチ記述子。

実装

属性

適用対象