audioBitrateController property

  1. @protected
StreamController<double?> audioBitrateController
final

Implementation

@protected
final StreamController<double?> audioBitrateController =
    StreamController<double?>.broadcast();