outputLevel property

  1. @JsonKey(name: 'OutputLevel', fromJson: OnvifUtil.mappedToInt)
int outputLevel
final

Volume setting of the output. The applicable range is defined via the option AudioOutputOptions.OutputLevelRange.

Implementation

@JsonKey(name: 'OutputLevel', fromJson: OnvifUtil.mappedToInt)
final int outputLevel;