Condividi tramite


INDStreamParserNotifier Interfaccia

Definizione

Contiene metodi usati da un plug-in del parser di flusso per inviare notifiche a un client PlayReady-ND.

public interface class INDStreamParserNotifier
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3244797136, 11494, 17004, 172, 229, 94, 146, 117, 254, 167, 21)]
struct INDStreamParserNotifier
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3244797136, 11494, 17004, 172, 229, 94, 146, 117, 254, 167, 21)]
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
struct INDStreamParserNotifier
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3244797136, 11494, 17004, 172, 229, 94, 146, 117, 254, 167, 21)]
public interface INDStreamParserNotifier
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3244797136, 11494, 17004, 172, 229, 94, 146, 117, 254, 167, 21)]
[Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier 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 INDStreamParserNotifier
Public Interface INDStreamParserNotifier
Derivato
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Il plug-in del parser di flusso è responsabile dell'istanza di questa interfaccia e dell'uso dei relativi metodi per inviare notifiche.

Metodi

OnBeginSetupDecryptor(IMediaStreamDescriptor, Guid, Byte[])

Chiamato dal parser di flusso quando richiede un decrittografatore di installazione.

OnContentIDReceived(INDLicenseFetchDescriptor)

Chiamato da un parser di flusso quando riceve l'identificatore di contenuto.

OnMediaStreamDescriptorCreated(IVector<AudioStreamDescriptor>, IVector<VideoStreamDescriptor>)

Chiamato dal parser di flusso quando viene creato il descrittore di flusso multimediale.

OnSampleParsed(UInt32, NDMediaStreamType, MediaStreamSample, Int64, NDClosedCaptionFormat, Byte[])

Chiamato quando il parser di flusso analizza un esempio dal flusso multimediale.

Si applica a