NDClient(INDDownloadEngine, INDStreamParser, INDMessenger) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 接收器和傳送器之間傳送訊息的 Messenger。
- 屬性