summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
authorReinhard Nißl <rnissl@gmx.de>2007-04-15 20:43:42 +0200
committerReinhard Nißl <rnissl@gmx.de>2007-04-15 20:43:42 +0200
commitee7faf25388d4a2890bf3fa55288391cfe04851a (patch)
treeb87677a4c4164a1bceb79c822f7cf436469ea843 /src/xine-engine/xine_internal.h
parentf8e051109fc70cbf7acbfd6582bc2f6d03e6d93b (diff)
downloadxine-lib-ee7faf25388d4a2890bf3fa55288391cfe04851a.tar.gz
xine-lib-ee7faf25388d4a2890bf3fa55288391cfe04851a.tar.bz2
Provide a function to query for outstanding OSD events.
This function shall be used to poll the number of outstanding OSD events from a certain point in time on until the reported number is 0. At that point in time, the content on screen is identical to a certain state of the stream, at which for example, a hardcopy may be taken.
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index 511b13a0d..f4041452d 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -375,6 +375,7 @@ int _x_lock_port_rewiring(xine_t *xine, int ms_to_time_out) XINE_PROTECTED;
void _x_unlock_port_rewiring(xine_t *xine) XINE_PROTECTED;
int _x_lock_frontend(xine_stream_t *stream, int ms_to_time_out) XINE_PROTECTED;
void _x_unlock_frontend(xine_stream_t *stream) XINE_PROTECTED;
+int _x_query_unprocessed_osd_events(xine_stream_t *stream) XINE_PROTECTED;
void _x_handle_stream_end (xine_stream_t *stream, int non_user) XINE_PROTECTED;