VLC 4.0.0-dev
Loading...
Searching...
No Matches
input_control_param_t Union Reference

#include <input_internal.h>

Collaboration diagram for input_control_param_t:
[legend]

Data Fields

vlc_value_t val
 
vlc_viewpoint_t viewpoint
 
vlc_es_id_tid
 
struct { 
 
   enum es_format_category_e   cat 
 
   vlc_es_id_t **   ids 
 
list 
 
struct { 
 
   bool   b_fast_seek 
 
   vlc_tick_t   i_val 
 
time 
 
struct { 
 
   bool   b_fast_seek 
 
   double   f_val 
 
pos 
 
struct { 
 
   enum es_format_category_e   cat 
 
   vlc_tick_t   delay 
 
cat_delay 
 
struct { 
 
   enum es_format_category_e   cat 
 
   char *   str_ids 
 
cat_ids 
 
struct { 
 
   vlc_es_id_t *   id 
 
   vlc_tick_t   delay 
 
es_delay 
 
struct { 
 
   vlc_es_id_t *   id 
 
   unsigned   page 
 
vbi_page 
 
struct { 
 
   vlc_es_id_t *   id 
 
   bool   enabled 
 
vbi_transparency 
 
struct { 
 
   bool   enabled 
 
   char *   dir_path 
 
record_state 
 

Field Documentation

◆ b_fast_seek

bool input_control_param_t::b_fast_seek

◆ cat

enum es_format_category_e input_control_param_t::cat

Referenced by Control().

◆ [struct]

struct { ... } input_control_param_t::cat_delay

Referenced by Control(), and input_SetEsCatDelay().

◆ [struct]

struct { ... } input_control_param_t::cat_ids

◆ delay

vlc_tick_t input_control_param_t::delay

Referenced by Control().

◆ dir_path

char* input_control_param_t::dir_path

Referenced by Control(), and ControlRelease().

◆ enabled

bool input_control_param_t::enabled

Referenced by Control().

◆ [struct]

struct { ... } input_control_param_t::es_delay

Referenced by Control(), and vlc_player_SetEsIdDelay().

◆ f_val

double input_control_param_t::f_val

Referenced by Control(), and input_SetPosition().

◆ i_val

vlc_tick_t input_control_param_t::i_val

Referenced by Control(), and input_SetTime().

◆ id

vlc_es_id_t* input_control_param_t::id

Referenced by Control(), and ControlRelease().

◆ ids

vlc_es_id_t** input_control_param_t::ids

Referenced by Control(), and ControlRelease().

◆ [struct]

struct { ... } input_control_param_t::list

Referenced by Control(), and ControlRelease().

◆ page

unsigned input_control_param_t::page

Referenced by Control().

◆ [struct]

struct { ... } input_control_param_t::pos

Referenced by Control(), and input_SetPosition().

◆ [struct]

struct { ... } input_control_param_t::record_state

◆ str_ids

char* input_control_param_t::str_ids

Referenced by Control(), and ControlRelease().

◆ [struct]

struct { ... } input_control_param_t::time

Referenced by Control(), and input_SetTime().

◆ val

vlc_value_t input_control_param_t::val

◆ [struct]

struct { ... } input_control_param_t::vbi_page

Referenced by Control().

◆ [struct]

struct { ... } input_control_param_t::vbi_transparency

Referenced by Control().

◆ viewpoint


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