VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_input_event_title Struct Reference

#include <input_internal.h>

Collaboration diagram for vlc_input_event_title:
[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

◆ [union]

union { ... } vlc_input_event_title

◆ []

enum { ... } vlc_input_event_title::action

◆ array

input_title_t* const* vlc_input_event_title::array

◆ count

size_t vlc_input_event_title::count

◆ [struct]

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: