HI
I'm trying to use axVLCPlugin21 to read an MXF file and go to a precise frame and pause.
This is my script temporary :
axVLCPlugin21.playlist.items.clear();
axVLCPlugin21.playlist.add(new Uri(FilePath).ToString());
I don't understand how it solves.
Thanks