Changeset 3784


Ignore:
Timestamp:
Oct 4, 2011 4:03:49 AM (12 years ago)
Author:
bennylp
Message:

Misc (re #1370): minor fix in pjsua_vid_preview_get_win() documentation which said it will return NULL instead of PJSUA_INVALID_ID if the window is not created for the device

File:
1 edited

Legend:

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

    r3774 r3784  
    55945594 * 
    55955595 * @return              The window ID of the preview window for the 
    5596  *                      specified capture device ID, or NULL if preview 
    5597  *                      does not exist. 
     5596 *                      specified capture device ID, or PJSUA_INVALID_ID if 
     5597 *                      preview has not been started for the device. 
    55985598 */ 
    55995599PJ_DECL(pjsua_vid_win_id) pjsua_vid_preview_get_win(pjmedia_vid_dev_index id); 
Note: See TracChangeset for help on using the changeset viewer.