Code: Select all
vlc_thread_t mythread;
void spawn_myfunction() {
vlc_join( mythread, NULL );
vlc_clone( &mythread, myfunction, NULL, VLC_THREAD_PRIORITY_LOW );
}
Code: Select all
vlc_thread_t mythread;
void spawn_myfunction() {
vlc_join( mythread, NULL );
vlc_clone( &mythread, myfunction, NULL, VLC_THREAD_PRIORITY_LOW );
}
Return to “Development around libVLC”
Users browsing this forum: No registered users and 5 guests