INDDownloadEngineNotifier.OnPlayReadyObjectReceived(Byte[]) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird von der Download-Engine aufgerufen, sobald ein PlayReady-Objekt empfangen wurde.
public:
void OnPlayReadyObjectReceived(Platform::Array <byte> ^ dataBytes);
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())
Parameter
- dataBytes
-
Byte[]
byte[]
Das Bytearray, das das PlayReady-Objekt enthält.
- Attribute