Pause() public méthode

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