CustomVideoIOInvalidActiveD3d11Device constant

int const CustomVideoIOInvalidActiveD3d11Device

Description: customVideoCaptureSendD3DTextureData specifies texture not supported by the SDK.
Cause: TThe device corresponding to the texture specified by customVideoCaptureSendD3DTextureData was not created by D3D11CreateDevice(0, D3D_DRIVER_TYPE_HARDWARE, NULL,...).
Solutions: customVideoCaptureSendD3DTextureData specifies the texture created by D3D11CreateDevice (0, D3D_DRIVER_TYPE_HARDWARE, NULL,...).

Implementation

static const int CustomVideoIOInvalidActiveD3d11Device = 1011012;