Searched defs:SetVideoCaptureFPS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h5117 nsresult (*SetVideoCaptureFPS)(IMachine *pThis, PRUint32 videoCaptureFPS); member in struct:IMachine_vtbl
5841 nsresult (*SetVideoCaptureFPS)(IMachine *pThis, PRUint32 videoCaptureFPS); member in struct:IMachineVtbl
6587 #define IMachine_put_VideoCaptureFPS(p, aVideoCaptureFPS) ((p)->lpVtbl->SetVideoCaptureFPS(p, aVideoCaptureFPS))
6588 #define IMachine_SetVideoCaptureFPS(p, aVideoCaptureFPS) ((p)->lpVtbl->SetVideoCaptureFPS(p, aVideoCaptureFPS))

Completed in 351 milliseconds