outputLevels property
Broadcast stream of output peak updates.
Each event represents the most recent normalized stereo peaks emitted by the native output meter.
Implementation
@override
Stream<AudioLevels> get outputLevels =>
throw UnimplementedError('outputLevels has not been implemented.');