VLC
4.0.0-dev
|
Public Types | |
enum | { VLC_INPUT_PROGRAM_ADDED, VLC_INPUT_PROGRAM_DELETED, VLC_INPUT_PROGRAM_UPDATED, VLC_INPUT_PROGRAM_SELECTED, VLC_INPUT_PROGRAM_SCRAMBLED } |
Data Fields | |
enum vlc_input_event_program:: { ... } | action |
int | id |
union { | |
const char * title | |
bool scrambled | |
}; | |
anonymous enum |
union { ... } |
enum { ... } vlc_input_event_program::action |
Referenced by vlc_player_input_HandleProgramEvent().
int vlc_input_event_program::id |
Referenced by vlc_player_input_HandleProgramEvent().
bool vlc_input_event_program::scrambled |
Referenced by vlc_player_input_HandleProgramEvent().
const char* vlc_input_event_program::title |
Referenced by vlc_player_input_HandleProgramEvent().