Ignore:
Timestamp:
Mar 18, 2015 8:25:24 AM (9 years ago)
Author:
ming
Message:

Re #1823 (PJSUA2 Video API): Add Pjsua2 Video Window API and Pjsua API to set output window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4995 r4996  
    68166816 
    68176817/** 
     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 */ 
     6828PJ_DECL(pj_status_t) pjsua_vid_win_set_win(pjsua_vid_win_id wid, 
     6829                                           const pjmedia_vid_dev_hwnd *win); 
     6830 
     6831/** 
    68186832 * Rotate the video window. This function will change the video orientation 
    68196833 * and also possibly the video window size (width and height get swapped). 
Note: See TracChangeset for help on using the changeset viewer.