gainStream property

Stream<double> gainStream

A stream of the current gain for this band in decibels.

Implementation

Stream<double> get gainStream => _gainSubject.stream;