Sets the source of the player.
@override Future<void> setSource(String path, String id) async { return await _call('setSource', {"path": path}, id); }