INDStreamParser.ParseData(Byte[]) Method
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.
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