From c04000a192a00f047ea6d04e131e42f0b72bc11b Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 1 Dec 2011 10:49:07 +0000 Subject: Closed #1420: Add support for event manager git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3893 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia-videodev/videodev.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'pjmedia/include/pjmedia-videodev/videodev.h') diff --git a/pjmedia/include/pjmedia-videodev/videodev.h b/pjmedia/include/pjmedia-videodev/videodev.h index 767fdf73..fa6c2697 100644 --- a/pjmedia/include/pjmedia-videodev/videodev.h +++ b/pjmedia/include/pjmedia-videodev/videodev.h @@ -750,19 +750,6 @@ PJ_DECL(pj_status_t) pjmedia_vid_dev_stream_start( PJ_DECL(pj_bool_t) pjmedia_vid_dev_stream_is_running(pjmedia_vid_dev_stream *strm); -/** - * Get the event publisher object for the video stream. Caller typically use - * the returned object to subscribe or unsubscribe events from the video - * stream. - * - * @param strm The video stream. - * - * @return The event publisher object. - */ -PJ_DECL(pjmedia_event_publisher*) -pjmedia_vid_dev_stream_get_event_publisher(pjmedia_vid_dev_stream *strm); - - /** * Request one frame from the stream. Application needs to call this function * periodically only if the stream doesn't support "active interface", i.e. -- cgit v1.2.3