void emitDuration(String playerId, Duration value) { _durationStreamController.add(ForPlayer(playerId, value)); }