getCurrentPosition method

int getCurrentPosition()

Implementation

int getCurrentPosition() {
  return _player.position.inMilliseconds;
}