Stop playback. Definition at line 398 of file playq.c. 00399 { 00400 playq_lock(); 00401 /* Stop playback */ 00402 playq_flags |= (PF_SKIP|PF_STOP); 00403 playq_unlock(); 00404 00405 g_cond_signal(playq_wakeup); 00406 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3