PDXVAHDSW_CreateVideoProcessor Rückruffunktion (dxvahd.h)
Erstellt ein Microsoft DirectX Video Acceleration High Definition (DXVA-HD)-Videoprozessor-Plug-In.
Syntax
PDXVAHDSW_CreateVideoProcessor PdxvahdswCreatevideoprocessor;
HRESULT PdxvahdswCreatevideoprocessor(
[in] HANDLE hDevice,
[in] const GUID *pVPGuid,
[out] HANDLE *phVideoProcessor
)
{...}
Parameter
[in] hDevice
Ein Handle für das DXVA-HD-Plug-In-Gerät, das den Videoprozessor erstellt.
[in] pVPGuid
Eine GUID, die den zu erstellenden Videoprozessor identifiziert.
[out] phVideoProcessor
Empfängt ein Handle für den Softwarevideoprozessor.
Rückgabewert
Wenn diese Rückruffunktion erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | dxvahd.h |