VLC 4.0.0-dev
Loading...
Searching...
No Matches

These are the different actions that can be used with var_Change(). More...

Collaboration diagram for Variable actions:

Macros

#define VLC_VAR_SETSTEP   0x0012
 
#define VLC_VAR_SETVALUE   0x0013
 Set the value of this variable without triggering any callbacks.
 
#define VLC_VAR_SETTEXT   0x0014
 
#define VLC_VAR_GETTEXT   0x0015
 
#define VLC_VAR_GETMIN   0x0016
 
#define VLC_VAR_GETMAX   0x0017
 
#define VLC_VAR_GETSTEP   0x0018
 
#define VLC_VAR_ADDCHOICE   0x0020
 
#define VLC_VAR_DELCHOICE   0x0021
 
#define VLC_VAR_CLEARCHOICES   0x0022
 
#define VLC_VAR_GETCHOICES   0x0024
 
#define VLC_VAR_CHOICESCOUNT   0x0026
 
#define VLC_VAR_SETMINMAX   0x0027
 

Detailed Description

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.

Macro Definition Documentation

◆ 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_valThe new value
p_val2Unused