VLC 4.0.0-dev
vlc_input_event_program Struct Reference

#include <input_internal.h>

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

◆ 

union { ... } vlc_input_event_program::@36

◆ 

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: