Changeset 6117 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Dec 10, 2019 3:55:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r6106 r6117 8055 8055 8056 8056 8057 /** 8058 * Set video window full-screen. This operation is valid only when the 8059 * underlying video device supports PJMEDIA_VID_DEV_CAP_OUTPUT_FULLSCREEN 8060 * capability. Currently it is only supported on SDL backend. 8061 * 8062 * @param wid The video window ID. 8063 * @param enabled Set to PJ_TRUE if full screen is desired, PJ_FALSE 8064 * otherwise. 8065 * 8066 * @return PJ_SUCCESS on success, or the appropriate error code. 8067 */ 8068 PJ_DECL(pj_status_t) pjsua_vid_win_set_fullscreen(pjsua_vid_win_id wid, 8069 pj_bool_t enabled); 8070 8057 8071 /* 8058 8072 * Video codecs API
Note: See TracChangeset
for help on using the changeset viewer.