artDownscaleHeight property

int? artDownscaleHeight
final

If not null, causes the artwork specified by MediaItem.artUri to be downscaled to this maximum pixel height. If the resolution of your artwork is particularly high, this can help to conserve memory. If specified, artDownscaleWidth must also be specified.

Implementation

final int? artDownscaleHeight;