Ignore:
Timestamp:
Jul 14, 2011 3:47:04 AM (13 years ago)
Author:
nanang
Message:

Re #1263:

  • Added API pjsua_vid_enum_wins() to enumerate video windows.
  • Minor fixes on video window manipulations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/include/pjsua-lib/pjsua.h

    r3636 r3638  
    54025402 
    54035403/** 
     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 */ 
     5413PJ_DECL(pj_status_t) pjsua_vid_enum_wins(pjsua_vid_win_id wids[], 
     5414                                         unsigned *count); 
     5415 
     5416 
     5417/** 
    54045418 * Get window info. 
    54055419 * 
Note: See TracChangeset for help on using the changeset viewer.