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