I am able to add MP4 video on PowerPoint slide , and I want to play programmatically and once it finished playing its need to move next slide automatically and another video start in next slide .
var shape = objSlides.Shapes.AddMediaObject2(@"C:\\Users\\Rajan\\Downloads\\sample-5s.mp4", MsoTriState.msoTrue, MsoTriState.msoFalse, 10, 10);
Anyone please help me to suggest any property name which provide running or stop status of mp4 on current slide .