WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
D3D11 Device Sharing

Functions

void * WSC_GetD3D11Device ()
 Get the internal ID3D11Device pointer.
void * WSC_GetD3D11DeviceContext ()
 Get the internal ID3D11DeviceContext pointer.

Detailed Description

For WSCLibInput / WSCLibVideo zero-copy integration.

Function Documentation

◆ WSC_GetD3D11Device()

void * WSC_GetD3D11Device ( )

Get the internal ID3D11Device pointer.

Returns
ID3D11Device* or NULL if not initialized.
Warning
Caller must NOT call Release() on the returned pointer.

◆ WSC_GetD3D11DeviceContext()

void * WSC_GetD3D11DeviceContext ( )

Get the internal ID3D11DeviceContext pointer.

Returns
ID3D11DeviceContext* or NULL if not initialized.
Warning
Caller must NOT call Release() on the returned pointer.