Freigeben über


MFCreateSourceResolver Function

Creates the source resolver, which is used to create a media source from a URL or byte stream.

Syntax

HRESULT MFCreateSourceResolver(
  __out  IMFSourceResolver **ppISourceResolver
);

Parameter

  • ppISourceResolver [out]
    Receives a pointer to the source resolver's IMFSourceResolver interface. The caller must release the interface.

Rückgabewert

Ist Funktion erfolgreich, wird "S_OK" zurückgegeben. Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.

Hinweise

Hinweis  Prior to Windows 7, this function was exported from mf.dll. Starting in Windows 7, this function is exported from mfplat.dll, and mf.dll exports a stub function that calls into mfplat.dll. For more information, see Library Changes in Windows 7.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfidl.h

Bibliothek

Mf.lib

DLL

Mfplat.dll

Siehe auch

Media Foundation Functions

Source Resolver