Ignore:
Timestamp:
Jul 12, 2011 3:05:35 AM (13 years ago)
Author:
bennylp
Message:

Initial implementation of re #1284 (Event Framework). Current event has been converted to the new framework. Next to convert is codec event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/vid_port.h

    r3615 r3617  
    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 */ 
     114PJ_DECL(pjmedia_event_publisher*) 
     115pjmedia_vid_port_get_event_publisher(pjmedia_vid_port *vid_port); 
     116 
     117/** 
    108118 * Return the underlying video stream of the video port. 
    109119 * 
Note: See TracChangeset for help on using the changeset viewer.