INDStreamParser Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Analyse les données d’un flux multimédia PlayReady-ND.
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
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Propriétés
Notifier |
Obtient le notificateur d’analyseur de flux qui fournit une notification des événements d’analyseur de flux à partir de l’émetteur. |
Méthodes
BeginOfStream() |
Avertit un analyseur de flux PlayReady-ND d’être prêt pour le début d’un nouveau flux multimédia. |
EndOfStream() |
Avertit un analyseur de flux PlayReady-ND que la fin d’un flux multimédia a été atteinte. |
GetStreamInformation(IMediaStreamDescriptor, NDMediaStreamType) |
Récupère le type de flux (audio ou vidéo) et l’identificateur de flux du descripteur de flux multimédia. |
ParseData(Byte[]) |
Analyse des exemples à partir d’un flux multimédia PlayReady-ND. |