playerHardwareAcceleration property
Whether or not the player should use hardware acceleration.
Implementation
bool get playerHardwareAcceleration {
return _preferences.get('player_hardware_acceleration', defaultValue: true);
}
Whether or not the player should use hardware acceleration.
bool get playerHardwareAcceleration {
return _preferences.get('player_hardware_acceleration', defaultValue: true);
}