Ignore:
Timestamp:
Oct 4, 2011 8:23:07 AM (13 years ago)
Author:
bennylp
Message:

Added pjsua_call_vid_stream_is_running() and pjmedia_vid_stream_is_running() API (closes #1379)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/vid_stream.h

    r3664 r3786  
    288288 
    289289/** 
     290 * Query if the stream is started on the specified direction. 
     291 * 
     292 * @param stream        The video stream. 
     293 * @param dir           The direction to be checked. 
     294 * 
     295 * @return              PJ_TRUE if stream is started. 
     296 */ 
     297PJ_DECL(pj_bool_t) pjmedia_vid_stream_is_running(pjmedia_vid_stream *stream, 
     298                                                 pjmedia_dir dir); 
     299 
     300/** 
    290301 * Pause the individual channel in the stream. 
    291302 * 
Note: See TracChangeset for help on using the changeset viewer.