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