|
VLC 4.0.0-dev
|
#include <vlc_epg.h>
Data Fields | ||
| int64_t | i_start | |
| uint32_t | i_duration | |
| uint16_t | i_id | |
| char * | psz_name | |
| char * | psz_short_description | |
| char * | psz_description | |
| struct { | ||
| char * psz_key | ||
| char * psz_value | ||
| } * | description_items | |
| int | i_description_items | |
| uint8_t | i_rating | |
| struct { ... } * vlc_epg_event_t::description_items |
Referenced by vlc_epg_event_Clean(), vlc_epg_event_Duplicate(), and vlc_epg_event_Init().
| int vlc_epg_event_t::i_description_items |
Referenced by vlc_epg_event_Clean(), vlc_epg_event_Duplicate(), and vlc_epg_event_Init().
| uint32_t vlc_epg_event_t::i_duration |
Referenced by input_item_SetEpg(), vlc_epg_event_Duplicate(), vlc_epg_event_Init(), vout_FillRightPanel(), vout_OSDEpg(), and vout_OSDEpgEvent().
| uint16_t vlc_epg_event_t::i_id |
Referenced by input_item_SetEpgEvent(), vlc_epg_event_Duplicate(), vlc_epg_event_Init(), vout_FillRightPanel(), and vout_OSDEpg().
| uint8_t vlc_epg_event_t::i_rating |
Referenced by vlc_epg_event_Duplicate().
| int64_t vlc_epg_event_t::i_start |
| char* vlc_epg_event_t::psz_description |
Referenced by input_item_SetEpg(), vlc_epg_event_Clean(), and vlc_epg_event_Duplicate().
| char* vlc_epg_event_t::psz_key |
Referenced by vlc_epg_event_Clean(), and vlc_epg_event_Duplicate().
| char* vlc_epg_event_t::psz_name |
Referenced by EsOutProgramEpg(), input_item_SetEpg(), vlc_epg_event_Clean(), vlc_epg_event_Duplicate(), and vout_OSDEpgEvent().
| char* vlc_epg_event_t::psz_short_description |
Referenced by input_item_SetEpg(), vlc_epg_event_Clean(), and vlc_epg_event_Duplicate().
| char* vlc_epg_event_t::psz_value |
Referenced by vlc_epg_event_Clean(), and vlc_epg_event_Duplicate().