Partager via


PDXVAHDSW_GetVideoProcessBltStatePrivate fonction de rappel (dxvahd.h)

Obtient un état blit privé à partir d’un processeur vidéo DXVA-HD (DXVA-HD) logiciel.

Syntaxe

PDXVAHDSW_GetVideoProcessBltStatePrivate PdxvahdswGetvideoprocessbltstateprivate;

HRESULT PdxvahdswGetvideoprocessbltstateprivate(
  [in]      HANDLE hVideoProcessor,
  [in, out] DXVAHD_BLT_STATE_PRIVATE_DATA *pData
)
{...}

Paramètres

[in] hVideoProcessor

Handle du processeur vidéo DXVA-HD logiciel.

[in, out] pData

Pointeur vers une structure DXVAHD_BLT_STATE_PRIVATE_DATA . Lors de l’entrée, le membre GUID spécifie l’état privé à interroger. Sur la sortie, la structure contient les informations d’état.

Valeur retournée

Si cette fonction de rappel réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

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 dxvahd.h

Voir aussi

DXVA-HD

DXVAHDSW_CALLBACKS

IDXVAHD_VideoProcessor::GetVideoProcessBltState

Fonctions Media Foundation