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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h5113 nsresult (*GetVideoCaptureRate)(IMachine *pThis, PRUint32 *videoCaptureRate); member in struct:IMachine_vtbl
5837 nsresult (*GetVideoCaptureRate)(IMachine *pThis, PRUint32 *videoCaptureRate); member in struct:IMachineVtbl
6581 #define IMachine_get_VideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->GetVideoCaptureRate(p, aVideoCaptureRate))
6582 #define IMachine_GetVideoCaptureRate(p, aVideoCaptureRate) ((p)->lpVtbl->GetVideoCaptureRate(p, aVideoCaptureRate))

Completed in 234 milliseconds