VLC  4.0.0-dev
Public Types | Data Fields
vlc_input_event_title Struct Reference
Collaboration diagram for vlc_input_event_title:
Collaboration graph
[legend]

Public Types

enum  { VLC_INPUT_TITLE_NEW_LIST, VLC_INPUT_TITLE_SELECTED }
 

Data Fields

enum vlc_input_event_title:: { ... }  action
 
union {
   struct {
      input_title_t *const *   array
 
      size_t   count
 
   }   list
 
   size_t   selected_idx
 
}; 
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
VLC_INPUT_TITLE_NEW_LIST 
VLC_INPUT_TITLE_SELECTED 

Field Documentation

◆ @30

union { ... }

◆ action

enum { ... } vlc_input_event_title::action

◆ array

input_title_t* const* vlc_input_event_title::array

◆ count

size_t vlc_input_event_title::count

◆ list

struct { ... } vlc_input_event_title::list

◆ selected_idx

size_t vlc_input_event_title::selected_idx

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