Pause() публичный Метод

public Pause ( ) : void
Результат void
Пример #1
0
 /** Stops playback or recording without resetting the frame counter. */
 public void PauseRecording()
 {
     recorder_.Pause();
 }