Esempio n. 1
0
 public void jumpToFrame_ClickTest()
 {
     Player_Accessor target = new Player_Accessor();
     object sender = null;
     RoutedEventArgs e = null;
     string vidPath = sampleVideos[2];
     IVideo video = new Video(false, vidPath, new YuvVideoInfo(vidPath), null);
     int position = 0;
     target.setVideo(video, position);
     target.jumpToFrame_Click(sender, e);
     OnPropertyChangedTest_randomJumpPositionUpdate();
 }