Ignore:
Timestamp:
Dec 1, 2011 10:49:07 AM (12 years ago)
Author:
ming
Message:

Closed #1420: Add support for event manager

File:
1 edited

Legend:

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

    r3758 r3893  
    106106 
    107107/** 
    108  * Get the event publisher instance of the video port. 
    109  * 
    110  * @param vid_port      The video port. 
    111  * 
    112  * @return              The event publisher of the video port. 
    113  */ 
    114 PJ_DECL(pjmedia_event_publisher*) 
    115 pjmedia_vid_port_get_event_publisher(pjmedia_vid_port *vid_port); 
    116  
    117 /** 
    118108 * Return the underlying video stream of the video port. 
    119109 * 
Note: See TracChangeset for help on using the changeset viewer.