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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3410 nsresult (*SetVideoCaptureWidth)(IMachine *pThis, PRUint32 VideoCaptureWidth); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5108 nsresult (*SetVideoCaptureWidth)(IMachine *pThis, PRUint32 videoCaptureWidth); member in struct:IMachine_vtbl
5832 nsresult (*SetVideoCaptureWidth)(IMachine *pThis, PRUint32 videoCaptureWidth); member in struct:IMachineVtbl
6575 #define IMachine_put_VideoCaptureWidth(p, aVideoCaptureWidth) ((p)->lpVtbl->SetVideoCaptureWidth(p, aVideoCaptureWidth))
6576 #define IMachine_SetVideoCaptureWidth(p, aVideoCaptureWidth) ((p)->lpVtbl->SetVideoCaptureWidth(p, aVideoCaptureWidth))

Completed in 193 milliseconds