NDClient(INDDownloadEngine, INDStreamParser, INDMessenger) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- downloadEngine
- INDDownloadEngine
Il motore di download usato per trasmettere contenuti multimediali protetti da un trasmettitore.
- streamParser
- INDStreamParser
Parser di flusso usato per analizzare i dati da un flusso multimediale.
- pMessenger
- INDMessenger
Il messenger utilizzato per inviare messaggi tra il ricevitore PlayReady-ND e il trasmettitore.
- Attributi