C# axVLCPlugin21 go to precise frame number
Posted: 13 Jul 2023 10:21
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
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