How to play or pause the mplayer using the play and pause buttons of Qt window, if I know the process id? Is there any command to stop and pause using PID?
|
feedback
|
|
If you do not want to be multiplatform, in Linux you can use For example to stop process with PID 123:
And then continue:
This is not directly portable to other platforms (majority of mobile phones, Windows). | |||
|
feedback
|