|
VLC
2.1.0-git
|
This file defines the interface for screen-saver inhibition modules. More...

Go to the source code of this file.
Data Structures | |
| struct | vlc_inhibit |
Macros | |
| #define | VLC_INHIBIT_AUDIO (VLC_INHIBIT_SUSPEND) |
| #define | VLC_INHIBIT_VIDEO (VLC_INHIBIT_SUSPEND|VLC_INHIBIT_DISPLAY) |
Typedefs | |
| typedef struct vlc_inhibit | vlc_inhibit_t |
| typedef struct vlc_inhibit_sys | vlc_inhibit_sys_t |
Enumerations | |
| enum | vlc_inhibit_flags { VLC_INHIBIT_NONE = 0, VLC_INHIBIT_SUSPEND = 0x1, VLC_INHIBIT_DISPLAY = 0x2 } |
Functions | |
| static void | vlc_inhibit_Set (vlc_inhibit_t *ih, unsigned flags) |
This file defines the interface for screen-saver inhibition modules.
| #define VLC_INHIBIT_AUDIO (VLC_INHIBIT_SUSPEND) |
| #define VLC_INHIBIT_VIDEO (VLC_INHIBIT_SUSPEND|VLC_INHIBIT_DISPLAY) |
Referenced by vout_window_New().
| typedef struct vlc_inhibit_sys vlc_inhibit_sys_t |
| typedef struct vlc_inhibit vlc_inhibit_t |
| enum vlc_inhibit_flags |
|
inlinestatic |
References vlc_inhibit::inhibit.
Referenced by vout_window_Delete(), and vout_window_New().
1.8.1.2