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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h5114 nsresult (*SetVideoCaptureRate)(IMachine *pThis, PRUint32 videoCaptureRate); member in struct:IMachine_vtbl
5838 nsresult (*SetVideoCaptureRate)(IMachine *pThis, PRUint32 videoCaptureRate); member in struct:IMachineVtbl
6583 #define IMachine_put_VideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->SetVideoCaptureRate(p, aVideoCaptureRate))
6584 #define IMachine_SetVideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->SetVideoCaptureRate(p, aVideoCaptureRate))

Completed in 506 milliseconds