Pause() public method

public Pause ( ) : void
return void
Example #1
0
 /** Stops playback or recording without resetting the frame counter. */
 public void PauseRecording()
 {
     recorder_.Pause();
 }