how to play, pause & stop vlc using matlab
Mostrar comentarios más antiguos
i'm trying to implement in the following codes..
the first code shows error with VLCPLUGIN
a=actxcontrol('VideoLAN.VLCPlugin.2',[0,0,800,600]);
a.playlist.add(filepath);
a.playlist.play();
the following code executes fine... but i want to know how to pause & stop vlc
vlc_path = 'C:\Program Files\VideoLAN\VLC\vlc.exe';
dos(filepath);
Respuestas (0)
Categorías
Más información sobre ActiveX en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!