Viscom Software Screen2Video ActiveX Control

MP4DetectGPU Method

Description:   

 Return the index of GPU supported for your computer.

Usage:   

Screen2Video1.MP4DetectGPU

Return Value:

Return the index of GPU supported.
0 - No GPU found.
1 - NVIDA
2 - AMD
3 - Intel


Parameter:

No Parameter
 

Example:   

This Visual Basic example start the screen capture"

Private Sub cmdCapture_Click()     

        iGPUIndex = Screen2Video1.MP4DetectGPU
End Sub