Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

Variable actions
[Variables]


Defines

#define VLC_VAR_SETMIN   0x0010
#define VLC_VAR_SETMAX   0x0011
#define VLC_VAR_SETVALUE   0x0013

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.

Define Documentation

#define VLC_VAR_SETMAX   0x0011
 

Set the maximum value of this variable

Parameters:
p_val The new maximum value
p_val2 Unused

Definition at line 127 of file variables.h.

#define VLC_VAR_SETMIN   0x0010
 

Set the minimum value of this variable

Parameters:
p_val The new minimum value
p_val2 Unused

Definition at line 121 of file variables.h.

#define VLC_VAR_SETVALUE   0x0013
 

Set the value of this variable without triggering any callbacks

Parameters:
p_val The new value
p_val2 Unused

Definition at line 135 of file variables.h.


Generated on Tue Dec 20 10:15:04 2005 for vlc-0.8.4a by  doxygen 1.4.2