loudnessEnd property

  1. @JsonKey(name: 'loudness_end')
double? loudnessEnd
getter/setter pair

The offset loudness of the segment in decibels (dB). This value should be equivalent to the loudnessStart of the following segment.

Implementation

@JsonKey(name: 'loudness_end')
double? loudnessEnd;