VLC  3.0.15
Enumerations
Variable actions

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

Collaboration diagram for Variable actions:

Enumerations

enum  { VLC_VAR_BOOL_TOGGLE, VLC_VAR_INTEGER_ADD, VLC_VAR_INTEGER_OR, VLC_VAR_INTEGER_NAND }
 

Detailed Description

These are the different actions that can be used with var_GetAndSet()

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
VLC_VAR_BOOL_TOGGLE 

Invert a boolean value (param ignored)

VLC_VAR_INTEGER_ADD 

Add parameter to an integer value.

VLC_VAR_INTEGER_OR 

Binary OR over an integer bits field.

VLC_VAR_INTEGER_NAND 

Binary NAND over an integer bits field.