예제 #1
0
 public void PauseVideo()
 {
     if (ytdlPlayer.Pause())
     {
         isVideoPlaying = false;
         ToggleVideoPlayButton();
     }
 }