how to play, pause & stop vlc using matlab

2 views (last 30 days)
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);

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!