how to play, pause & stop vlc using matlab
Afficher commentaires plus anciens
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);
Réponses (0)
Catégories
En savoir plus sur ActiveX dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!