VLC 4.0.0-dev
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 { ... } input_control_param_t::cat_delay

Referenced by Control(), and input_SetEsCatDelay().

◆ 

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 { ... } input_control_param_t::es_delay

Referenced by Control(), and vlc_player_SetEsIdDelay().

◆ f_val

double input_control_param_t::f_val

◆ i_val

vlc_tick_t input_control_param_t::i_val

◆ 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 { ... } input_control_param_t::list

Referenced by Control(), and ControlRelease().

◆ page

unsigned input_control_param_t::page

Referenced by Control().

◆ 

struct { ... } input_control_param_t::pos

◆ 

struct { ... } input_control_param_t::record_state

◆ str_ids

char* input_control_param_t::str_ids

Referenced by Control(), and ControlRelease().

◆ 

struct { ... } input_control_param_t::time

◆ val

vlc_value_t input_control_param_t::val

◆ 

struct { ... } input_control_param_t::vbi_page

Referenced by Control().

◆ 

struct { ... } input_control_param_t::vbi_transparency

Referenced by Control().

◆ viewpoint


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