INDStreamParser.ParseData(Byte[]) Method

Definition

Parses samples from a PlayReady-ND media stream.

public:
 void ParseData(Platform::Array <byte> ^ dataBytes);
void ParseData(winrt::array_view <byte> const& dataBytes);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void ParseData(winrt::array_view <byte> const& dataBytes);
public void ParseData(byte[] dataBytes);
[Windows.Foundation.Metadata.Deprecated("INDStreamParser 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 ParseData(byte[] dataBytes);
function parseData(dataBytes)
Public Sub ParseData (dataBytes As Byte())

Parameters

dataBytes

Byte[]

byte[]

The data to be parsed.

Attributes

Applies to