setProperty(String property, String value) { if (_player.platform is libmpvPlayer) { (_player.platform as libmpvPlayer).setProperty(property, value); } }