These are the different actions that can be used with var_Change(). The parameters given are the meaning of the two last parameters of var_Change() when this action is being used.  
More...
These are the different actions that can be used with var_Change(). The parameters given are the meaning of the two last parameters of var_Change() when this action is being used. 
◆ VLC_VAR_ADDCHOICE
      
        
          | #define VLC_VAR_ADDCHOICE   0x0020 | 
      
 
 
◆ VLC_VAR_CHOICESCOUNT
      
        
          | #define VLC_VAR_CHOICESCOUNT   0x0026 | 
      
 
 
◆ VLC_VAR_CLEARCHOICES
      
        
          | #define VLC_VAR_CLEARCHOICES   0x0022 | 
      
 
 
◆ VLC_VAR_DELCHOICE
      
        
          | #define VLC_VAR_DELCHOICE   0x0021 | 
      
 
 
◆ VLC_VAR_GETCHOICES
      
        
          | #define VLC_VAR_GETCHOICES   0x0024 | 
      
 
 
◆ VLC_VAR_GETMAX
      
        
          | #define VLC_VAR_GETMAX   0x0017 | 
      
 
 
◆ VLC_VAR_GETMIN
      
        
          | #define VLC_VAR_GETMIN   0x0016 | 
      
 
 
◆ VLC_VAR_GETSTEP
      
        
          | #define VLC_VAR_GETSTEP   0x0018 | 
      
 
 
◆ VLC_VAR_GETTEXT
      
        
          | #define VLC_VAR_GETTEXT   0x0015 | 
      
 
 
◆ VLC_VAR_SETMINMAX
      
        
          | #define VLC_VAR_SETMINMAX   0x0027 | 
      
 
 
◆ VLC_VAR_SETSTEP
      
        
          | #define VLC_VAR_SETSTEP   0x0012 | 
      
 
 
◆ VLC_VAR_SETTEXT
      
        
          | #define VLC_VAR_SETTEXT   0x0014 | 
      
 
 
◆ VLC_VAR_SETVALUE
      
        
          | #define VLC_VAR_SETVALUE   0x0013 | 
      
 
Set the value of this variable without triggering any callbacks. 
- Parameters
- 
  
    | p_val | The new value |  | p_val2 | Unused |