|
VLC
3.0.18
|
Go to the source code of this file.
Typedefs | |
| typedef struct vout_window_mouse_event_t | vout_window_mouse_event_t |
Functions | |
| void | vout_ChangePause (vout_thread_t *, bool b_paused, mtime_t i_date) |
| This function will (un)pause the display of pictures. More... | |
| void | spu_OffsetSubtitleDate (spu_t *p_spu, mtime_t i_duration) |
| This function will apply an offset on subtitle subpicture. More... | |
| void | vout_GetResetStatistic (vout_thread_t *p_vout, unsigned *pi_displayed, unsigned *pi_lost) |
| This function will return and reset internal statistics. More... | |
| void | vout_Flush (vout_thread_t *p_vout, mtime_t i_date) |
| This function will ensure that all ready/displayed pictures have at most the provided date. More... | |
| void | vout_Cancel (vout_thread_t *p_vout, bool b_canceled) |
| void | vout_NextPicture (vout_thread_t *p_vout, mtime_t *pi_duration) |
| This function will force to display the next picture while paused. More... | |
| void | vout_DisplayTitle (vout_thread_t *p_vout, const char *psz_title) |
| This function will ask the display of the input title. More... | |
| void | vout_WindowMouseEvent (vout_thread_t *p_vout, const vout_window_mouse_event_t *mouse) |
| bool | vout_IsEmpty (vout_thread_t *p_vout) |
| This function will return true if no more pictures are to be displayed. More... | |
| typedef struct vout_window_mouse_event_t vout_window_mouse_event_t |
This function will apply an offset on subtitle subpicture.
| void vout_Cancel | ( | vout_thread_t * | p_vout, |
| bool | b_canceled | ||
| ) |
Referenced by DeleteDecoder(), and input_DecoderDelete().
| void vout_ChangePause | ( | vout_thread_t * | , |
| bool | b_paused, | ||
| mtime_t | i_date | ||
| ) |
This function will (un)pause the display of pictures.
It is thread safe
Referenced by DecoderThread().
| void vout_DisplayTitle | ( | vout_thread_t * | p_vout, |
| const char * | psz_title | ||
| ) |
This function will ask the display of the input title.
| void vout_Flush | ( | vout_thread_t * | p_vout, |
| mtime_t | i_date | ||
| ) |
This function will ensure that all ready/displayed pictures have at most the provided date.
| void vout_GetResetStatistic | ( | vout_thread_t * | p_vout, |
| unsigned * | pi_displayed, | ||
| unsigned * | pi_lost | ||
| ) |
This function will return and reset internal statistics.
| bool vout_IsEmpty | ( | vout_thread_t * | p_vout | ) |
This function will return true if no more pictures are to be displayed.
| void vout_NextPicture | ( | vout_thread_t * | p_vout, |
| mtime_t * | pi_duration | ||
| ) |
This function will force to display the next picture while paused.
| void vout_WindowMouseEvent | ( | vout_thread_t * | p_vout, |
| const vout_window_mouse_event_t * | mouse | ||
| ) |
1.8.16