play method

void play()
inherited

Plays opened MediaSource,

Implementation

void play() {
  PlayerFFI.play(this.id);
}