Manpages

Manpage of UI communication callbacks.

UI communication callbacks.

Section: C Library Functions (3)
Updated: 15 Oct 2001
Index
Return to Main Contents
 

NAME

UI communication callbacks. -  

Typedefs


typedef void (* gui_stream_end_cb_t )(int nStatus)

typedef char* (* gui_get_next_mrl_cb_t )(void)

typedef void (* gui_branched_cb_t )(void)
 

TYPEDEF DOCUMENTATION

 

typedef void(* gui_branched_cb_t)(void)

Called when xine branched successfully to the next mrl.

See also: xine_init()  

typedef char *(* gui_get_next_mrl_cb_t)(void)

Called when xine tries to branch seamlessly to the next mrl.

See also: xine_init()  

typedef void(* gui_stream_end_cb_t)(int nStatus)

Notify UI when the stream is finished.

See also: xine_init()


 

Index

NAME
Typedefs
TYPEDEF DOCUMENTATION
typedef void(* gui_branched_cb_t)(void)
typedef char *(* gui_get_next_mrl_cb_t)(void)
typedef void(* gui_stream_end_cb_t)(int nStatus)

This document was created by man2html, using the manual pages.
Time: 04:29:27 GMT, April 20, 2024