NDClient(INDDownloadEngine, INDStreamParser, INDMessenger) 생성자

정의

NDClient 클래스의 새 instance 만듭니다.

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 수신기와 송신기 간에 메시지를 보내는 데 사용되는 메신저입니다.

특성

적용 대상