Go to the documentation of this file.
21 #ifndef LIBVLC_VIDEO_OUTPUT_INHIBIT_H_
22 #define LIBVLC_VIDEO_OUTPUT_INHIBIT_H_
void vlc_inhibit_Destroy(vlc_inhibit_t *ih)
Definition: inhibit.c:56
vlc_inhibit_t * vlc_inhibit_Create(vlc_object_t *parent)
Definition: inhibit.c:37
#define vlc_object_release(a)
Definition: vlc_objects.h:63
Internal module descriptor.
Definition: modules.h:79
vlc_inhibit_t * vlc_inhibit_Create(vlc_object_t *)
Definition: inhibit.c:37
void(* inhibit)(vlc_inhibit_t *, unsigned flags)
Definition: vlc_inhibit.h:46
Definition: vlc_inhibit.h:41
vlc_inhibit_t ih
Definition: inhibit.c:50
module_t * module
Definition: inhibit.c:51
The main vlc_object_t structure.
Definition: vlc_objects.h:39
#define vlc_custom_create(o, s, n)
Definition: libvlc.h:108
vlc_inhibit_sys_t * p_sys
Definition: vlc_inhibit.h:45
void vlc_inhibit_Destroy(vlc_inhibit_t *)
Definition: inhibit.c:56
#define module_unneed(a, b)
Definition: vlc_modules.h:49
#define module_need(a, b, c, d)
Definition: vlc_modules.h:47