linearVolume property

int? linearVolume
final

Linear volume. The value is in linear relation to the original volume. The higher the value, the higher the volume. The range is [0,255].

  • [0, 25]: Silence
  • [26, 75]: Low volume
  • [76, 204]: Medium volume
  • [205, 255]: High volume

Implementation

final int? linearVolume;