LEADTOOLS Multimedia API Help > Programming with LEADTOOLS Multimedia > C Code > IltmmCapture::SetVideoWindowPos Example for C |
void IltmmCapture_SetVideoWindowPos_Example (IltmmCapture* pCapture) { IltmmCapture_SetVideoWindowPos(pCapture, 10, 10, 200, 200); }