Fonction MFCreateMFByteStreamOnStream (mfidl.h)
Crée un flux d’octets Microsoft Media Foundation qui encapsule un pointeur IStream .
Syntaxe
HRESULT MFCreateMFByteStreamOnStream(
[in] IStream *pStream,
[out] IMFByteStream **ppByteStream
);
Paramètres
[in] pStream
Pointeur vers l’interface IStream .
[out] ppByteStream
Reçoit un pointeur vers l’interface IMFByteStream . L’appelant doit libérer l’interface.
Valeur retournée
Retourne une valeur HRESULT .
Notes
Cette fonction permet aux applications de passer un objet IStream à une API Media Foundation qui accepte un pointeur IMFByteStream .
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mfidl.h |
Bibliothèque | Mfplat.lib |
DLL | Mfplat.dll |