Pause() public method

public Pause ( ) : void
return void
コード例 #1
0
 public void Pause()
 {
     _vlcService.Pause();
 }