Share via


INDStreamParser Schnittstelle

Definition

Analysiert Daten aus einem PlayReady-ND-Medienstream.

public interface class INDStreamParser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
struct INDStreamParser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
/// [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")]
struct INDStreamParser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
public interface INDStreamParser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
[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 interface INDStreamParser
Public Interface INDStreamParser
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

Notifier

Ruft den Streamparser-Notifier ab, der Benachrichtigungen über Streamparserereignisse vom Transmitter bereitstellt.

Methoden

BeginOfStream()

Benachrichtigt einen PlayReady-ND-Stream-Parser, um für den Beginn eines neuen Medienstreams bereit zu sein.

EndOfStream()

Benachrichtigt einen PlayReady-ND-Stream-Parser, dass das Ende eines Medienstreams erreicht wurde.

GetStreamInformation(IMediaStreamDescriptor, NDMediaStreamType)

Ruft den Streamtyp (Audio oder Video) und den Streambezeichner des Medienstreamdeskriptors ab.

ParseData(Byte[])

Analysiert Beispiele aus einem PlayReady-ND-Medienstream.

Gilt für: