Quit() public method

Close MPlayer instance.
public Quit ( ) : void
return void
コード例 #1
0
 public void Finish()
 {
     _mPlayer.Quit();
 }