- Timestamp:
- Jul 14, 2011 3:47:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjsip/include/pjsua-lib/pjsua.h
r3636 r3638 5402 5402 5403 5403 /** 5404 * Enumerates all video windows. 5405 * 5406 * @param id Array of window ID to be initialized. 5407 * @param count On input, specifies max elements in the array. 5408 * On return, it contains actual number of elements 5409 * that have been initialized. 5410 * 5411 * @return PJ_SUCCESS on success, or the appropriate error code. 5412 */ 5413 PJ_DECL(pj_status_t) pjsua_vid_enum_wins(pjsua_vid_win_id wids[], 5414 unsigned *count); 5415 5416 5417 /** 5404 5418 * Get window info. 5405 5419 *
Note: See TracChangeset
for help on using the changeset viewer.