Pause() 공개 메소드

Pause the audio stream. This function pauses the stream if it was playing, otherwise (stream already paused or stopped) it has no effect.
public Pause ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Pause the music.
 /// </summary>
 public void Pause()
 {
     music.Pause();
 }