VLC 4.0.0-dev
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

These flags are added to the type field of the variable. More...

Collaboration diagram for Additive flags:

Macros

#define VLC_VAR_HASCHOICE   0x0100
 
#define VLC_VAR_ISCOMMAND   0x2000
 
#define VLC_VAR_DOINHERIT   0x8000
 Creation flag.
 

Detailed Description

These flags are added to the type field of the variable.

Most as a result of a var_Change() call, but some may be added at creation time

Macro Definition Documentation

◆ VLC_VAR_DOINHERIT

#define VLC_VAR_DOINHERIT   0x8000

Creation flag.

◆ VLC_VAR_HASCHOICE

#define VLC_VAR_HASCHOICE   0x0100

◆ VLC_VAR_ISCOMMAND

#define VLC_VAR_ISCOMMAND   0x2000