VLC  4.0.0-dev
Public Types | Data Fields
vlc_input_event_program Struct Reference

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
 
}; 
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
VLC_INPUT_PROGRAM_ADDED 
VLC_INPUT_PROGRAM_DELETED 
VLC_INPUT_PROGRAM_UPDATED 
VLC_INPUT_PROGRAM_SELECTED 
VLC_INPUT_PROGRAM_SCRAMBLED 

Field Documentation

◆ @34

union { ... }

◆ action

enum { ... } vlc_input_event_program::action

◆ id

int vlc_input_event_program::id

◆ scrambled

bool vlc_input_event_program::scrambled

◆ title

const char* vlc_input_event_program::title

The documentation for this struct was generated from the following file: