is_paused method

bool is_paused()

Implementation

bool is_paused() {
  return stream.isPaused;
}