NDDownloadEngineNotifier.OnPlayReadyObjectReceived(Byte[]) Metodo
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.
Chiamato dal motore di download una volta ricevuto un oggetto PlayReady.
public:
virtual void OnPlayReadyObjectReceived(Platform::Array <byte> ^ dataBytes) = OnPlayReadyObjectReceived;
void OnPlayReadyObjectReceived(winrt::array_view <byte> const& dataBytes);
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnPlayReadyObjectReceived(winrt::array_view <byte> const& dataBytes);
public void OnPlayReadyObjectReceived(byte[] dataBytes);
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnPlayReadyObjectReceived(byte[] dataBytes);
function onPlayReadyObjectReceived(dataBytes)
Public Sub OnPlayReadyObjectReceived (dataBytes As Byte())
Parametri
- dataBytes
-
Byte[]
byte[]
Matrice di byte che contiene l'oggetto PlayReady.
Implementazioni
M:Windows.Media.Protection.PlayReady.INDDownloadEngineNotifier.OnPlayReadyObjectReceived(System.Byte[])
M:Windows.Media.Protection.PlayReady.INDDownloadEngineNotifier.OnPlayReadyObjectReceived(byte[])
- Attributi