MfCreatePropertiesFromMediaType, fonction (mfidl.h)
Crée des propriétés à partir d’un type IMFMediaType.
Syntaxe
HRESULT MFCreatePropertiesFromMediaType(
[in] IMFMediaType *pMediaType,
[in] REFIID riid,
[out] void **ppv
);
Paramètres
[in] pMediaType
Pointeur vers l’interface IMFMediaType .
[in] riid
Identificateur d’interface (IID) de l’interface demandée.
[out] ppv
Reçoit un pointeur vers l’interface demandée. L’appelant doit libérer l’interface.
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
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 | mfidl.h |
Bibliothèque | Mfplat.lib |
DLL | Mfplat.dll |