Changeset 4996 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Mar 18, 2015 8:25:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4995 r4996 6816 6816 6817 6817 /** 6818 * Set output window. This operation is valid only when the underlying 6819 * video device supports PJMEDIA_VIDEO_DEV_CAP_OUTPUT_WINDOW capability AND 6820 * allows the output window to be changed on-the-fly. Currently it is only 6821 * supported on Android. 6822 * 6823 * @param wid The video window ID. 6824 * @param win The new output window. 6825 * 6826 * @return PJ_SUCCESS on success, or the appropriate error code. 6827 */ 6828 PJ_DECL(pj_status_t) pjsua_vid_win_set_win(pjsua_vid_win_id wid, 6829 const pjmedia_vid_dev_hwnd *win); 6830 6831 /** 6818 6832 * Rotate the video window. This function will change the video orientation 6819 6833 * and also possibly the video window size (width and height get swapped).
Note: See TracChangeset
for help on using the changeset viewer.