Include dependency graph for vlc_epg.h:

Go to the source code of this file.
Data Structures | |
| struct | vlc_epg_event_t |
| struct | vlc_epg_t |
Defines | |
| #define | VLC_EPG_H 1 |
Functions | |
| static void | vlc_epg_Init (vlc_epg_t *p_epg, const char *psz_name) |
| static void | vlc_epg_Clean (vlc_epg_t *p_epg) |
| static void | vlc_epg_AddEvent (vlc_epg_t *p_epg, int64_t i_start, int i_duration, const char *psz_name, const char *psz_short_description, const char *psz_description) |
| static vlc_epg_t * | vlc_epg_New (const char *psz_name) |
| static void | vlc_epg_Delete (vlc_epg_t *p_epg) |
| static void | vlc_epg_SetCurrent (vlc_epg_t *p_epg, int64_t i_start) |
| #define VLC_EPG_H 1 |
| static void vlc_epg_AddEvent | ( | vlc_epg_t * | p_epg, | |
| int64_t | i_start, | |||
| int | i_duration, | |||
| const char * | psz_name, | |||
| const char * | psz_short_description, | |||
| const char * | psz_description | |||
| ) | [inline, static] |
| static void vlc_epg_Clean | ( | vlc_epg_t * | p_epg | ) | [inline, static] |
| static void vlc_epg_Delete | ( | vlc_epg_t * | p_epg | ) | [inline, static] |
| static void vlc_epg_Init | ( | vlc_epg_t * | p_epg, | |
| const char * | psz_name | |||
| ) | [inline, static] |
| static vlc_epg_t* vlc_epg_New | ( | const char * | psz_name | ) | [inline, static] |
| static void vlc_epg_SetCurrent | ( | vlc_epg_t * | p_epg, | |
| int64_t | i_start | |||
| ) | [inline, static] |
1.5.1