public void setSize(MediaSize size) { pjsua2PINVOKE.VideoWindow_setSize(swigCPtr, MediaSize.getCPtr(size)); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }
public void setInputScale(int dev_id, MediaSize scale, bool keep) { pjsua2PINVOKE.VidDevManager_setInputScale(swigCPtr, dev_id, MediaSize.getCPtr(scale), keep); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }