VLC 4.0.0-dev
|
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 struct vlc_window * | vlc_inhibit_GetWindow (vlc_inhibit_t *ih) |
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) |
typedef struct vlc_inhibit_sys vlc_inhibit_sys_t |
typedef struct vlc_inhibit vlc_inhibit_t |
enum vlc_inhibit_flags |
|
inlinestatic |
References vlc_object_parent.
|
inlinestatic |
References vlc_inhibit::inhibit.
Referenced by vlc_window_UpdateInhibitionUnlocked().