Método ID3D12VideoDecoder1::GetProtectedResourceSession (d3d12video.h)
Obtiene la id3D12ProtectedResourceSession que se pasó a ID3D12VideoDevice2::CreateVideoDecoder1 cuando se creó el id3D12VideoDecoder1 .
Sintaxis
HRESULT GetProtectedResourceSession(
REFIID riid,
void **ppProtectedSession
);
Parámetros
riid
Identificador único global (GUID) de la interfaz ID3D12ProtectedResourceSession .
ppProtectedSession
Recibe un puntero void que representa la interfaz ID3D12ProtectedResourceSession .
Valor devuelto
Este método devuelve HRESULT.
Requisitos
Cliente mínimo compatible | Windows 10, versión 2004 (10.0; Compilación 19041) |
Servidor mínimo compatible | Windows Server, versión 2004 (10.0; Compilación 19041) |
Encabezado | d3d12video.h |