NDClient(INDDownloadEngine, INDStreamParser, INDMessenger) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- downloadEngine
- INDDownloadEngine
The download engine used to stream protected media content from a transmitter.
- streamParser
- INDStreamParser
The stream parser used to parse data from a media stream.
- pMessenger
- INDMessenger
The messenger used to send messages between the PlayReady-ND receiver and transmitter.
- Attributes