Enumerations

Variable actions

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

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
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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines