pause method

void pause()
inherited

Pauses opened MediaSource,

Implementation

void pause() {
  PlayerFFI.pause(id);
}