Include dependency graph for xosd.c:

Data Structures | |
| struct | intf_sys_t |
Defines | |
| #define | MAX_LINE_LENGTH 256 |
| #define | POSITION_TEXT N_("Flip vertical position") |
| #define | POSITION_LONGTEXT |
| #define | TXT_OFS_TEXT N_("Vertical offset") |
| #define | TXT_OFS_LONGTEXT |
| #define | SHD_OFS_TEXT N_("Shadow offset") |
| #define | SHD_OFS_LONGTEXT |
| #define | FONT_TEXT N_("Font") |
| #define | FONT_LONGTEXT N_("Font used to display text in the XOSD output.") |
| #define | COLOUR_TEXT N_("Color") |
| #define | COLOUR_LONGTEXT N_("Color used to display text in the XOSD output.") |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static void | Run (intf_thread_t *) |
| static int | PlaylistNext (vlc_object_t *p_this, const char *psz_variable, vlc_value_t oval, vlc_value_t nval, void *param) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define COLOUR_LONGTEXT N_("Color used to display text in the XOSD output.") |
| #define COLOUR_TEXT N_("Color") |
| #define FONT_LONGTEXT N_("Font used to display text in the XOSD output.") |
| #define FONT_TEXT N_("Font") |
| #define MAX_LINE_LENGTH 256 |
| #define POSITION_LONGTEXT |
Value:
N_("Display XOSD output at the bottom of the " \ "screen instead of the top.")
| #define POSITION_TEXT N_("Flip vertical position") |
| #define SHD_OFS_LONGTEXT |
Value:
N_("Offset between the text and the shadow (in " \ "pixels, defaults to 2 pixels)." )
| #define SHD_OFS_TEXT N_("Shadow offset") |
| #define TXT_OFS_LONGTEXT |
Value:
N_("Vertical offset between the border of the screen "\ "and the displayed text (in pixels, defaults to "\ "30 pixels)." )
| #define TXT_OFS_TEXT N_("Vertical offset") |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int PlaylistNext | ( | vlc_object_t * | p_this, | |
| const char * | psz_variable, | |||
| vlc_value_t | oval, | |||
| vlc_value_t | nval, | |||
| void * | param | |||
| ) | [static] |
| static void Run | ( | intf_thread_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1