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-videodev/videodev.h

    r3864 r3893  
    752752 
    753753/** 
    754  * Get the event publisher object for the video stream. Caller typically use 
    755  * the returned object to subscribe or unsubscribe events from the video 
    756  * stream. 
    757  * 
    758  * @param strm      The video stream. 
    759  * 
    760  * @return          The event publisher object. 
    761  */ 
    762 PJ_DECL(pjmedia_event_publisher*) 
    763 pjmedia_vid_dev_stream_get_event_publisher(pjmedia_vid_dev_stream *strm); 
    764  
    765  
    766 /** 
    767754 * Request one frame from the stream. Application needs to call this function 
    768755 * periodically only if the stream doesn't support "active interface", i.e. 
Note: See TracChangeset for help on using the changeset viewer.