Functions |
| int | osd_ShowTextRelative (spu_t *p_spu, int i_channel, const char *psz_string, const text_style_t *p_style, int i_flags, int i_hmargin, int i_vmargin, mtime_t i_duration) |
| | Show text on the video for some time.
|
| int | osd_ShowTextAbsolute (spu_t *p_spu_channel, int i_channel, const char *psz_string, const text_style_t *p_style, int i_flags, int i_hmargin, int i_vmargin, mtime_t i_start, mtime_t i_stop) |
| | Show text on the video from a given start date to a given end date.
|
| void | osd_Message (spu_t *p_spu, int i_channel, char *psz_format,...) |
| | Write an informative message at the default location, for the default duration and only if the OSD option is enabled.
|