次の方法で共有


NDClient(INDDownloadEngine, INDStreamParser, INDMessenger) コンストラクター

定義

NDClient クラスの新しいインスタンスを作成します。

public:
 NDClient(INDDownloadEngine ^ downloadEngine, INDStreamParser ^ streamParser, INDMessenger ^ pMessenger);
 NDClient(INDDownloadEngine const& downloadEngine, INDStreamParser const& streamParser, INDMessenger const& pMessenger);
/// [Windows.Foundation.Metadata.Deprecated("INDClientFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
 NDClient(INDDownloadEngine const& downloadEngine, INDStreamParser const& streamParser, INDMessenger const& pMessenger);
public NDClient(INDDownloadEngine downloadEngine, INDStreamParser streamParser, INDMessenger pMessenger);
[Windows.Foundation.Metadata.Deprecated("INDClientFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public NDClient(INDDownloadEngine downloadEngine, INDStreamParser streamParser, INDMessenger pMessenger);
function NDClient(downloadEngine, streamParser, pMessenger)
Public Sub New (downloadEngine As INDDownloadEngine, streamParser As INDStreamParser, pMessenger As INDMessenger)

パラメーター

downloadEngine
INDDownloadEngine

保護されたメディア コンテンツを送信機からストリーミングするために使用されるダウンロード エンジン。

streamParser
INDStreamParser

メディア ストリームからのデータを解析するために使用されるストリーム パーサー。

pMessenger
INDMessenger

PlayReady-ND レシーバーと送信機の間でメッセージを送信するために使用されるメッセンジャー。

属性

適用対象