
Data Structures | |
| class | VlcApplication |
Defines | |
| #define | REALLY_QUIT 'requ' |
Functions | |
| static void * | AppThread (vlc_object_t *p_appthread) |
| void | system_Init (libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[]) |
| void | system_Configure (libvlc_int_t *, int *pi_argc, const char *ppsz_argv[]) |
| void | system_End (libvlc_int_t *p_this) |
Variables | |
| static vlc_object_t * | p_appthread |
| #define REALLY_QUIT 'requ' |
Referenced by VlcApplication::MessageReceived(), and system_End().
| static void * AppThread | ( | vlc_object_t * | p_appthread | ) | [static] |
References VlcApplication::p_this, vlc_object_attach(), vlc_restorecancel(), and vlc_savecancel().
| void system_Configure | ( | libvlc_int_t * | , | |
| int * | pi_argc, | |||
| const char * | ppsz_argv[] | |||
| ) |
| void system_End | ( | libvlc_int_t * | p_this | ) |
References psz_vlcpath, REALLY_QUIT, vlc_object_release(), and vlc_thread_join().
| void system_Init | ( | libvlc_int_t * | p_this, | |
| int * | pi_argc, | |||
| const char * | ppsz_argv[] | |||
| ) |
References vlc_object_create(), vlc_thread_create(), and VLC_THREAD_PRIORITY_LOW.
vlc_object_t* p_appthread [static] |
1.7.1