Does VLC limit the count of process?
Posted: 10 Dec 2012 01:58
Code: Select all
for(int i=0;i<30;i++){
//execute VLC command
}
Discussion and support for VLC media player and friends
http://forum.videolan.org/
Code: Select all
for(int i=0;i<30;i++){
//execute VLC command
}