Méthode IMFMediaEngineEx ::GetStatistics (mfmediaengine.h)
Obtient une statistique de lecture à partir du moteur multimédia.
Syntaxe
HRESULT GetStatistics(
[in] MF_MEDIA_ENGINE_STATISTIC StatisticID,
[out] PROPVARIANT *pStatistic
);
Paramètres
[in] StatisticID
Un membre du MF_MEDIA_ENGINE_STATISTIC énumération qui identifie la statistique à obtenir.
[out] pStatistic
Pointeur vers un PROPVARIANT qui reçoit la statistique. Le type de données et la signification de cette valeur dépendent de la valeur de StatisticID. L’appelant doit libérer le PROPVARIANT en appelant PropVariantClear.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | mfmediaengine.h |