fix: performance overlay for exoplayer

This commit is contained in:
edde746
2026-01-23 19:11:46 +01:00
parent 943f7dab08
commit 3a2f2c9c69
8 changed files with 352 additions and 129 deletions
+3
View File
@@ -30,6 +30,9 @@ class PlayerNative implements Player {
@override
int? get textureId => null; // Uses direct Metal layer, not Flutter texture
@override
String get playerType => 'mpv';
// Stream controllers
final _playingController = StreamController<bool>.broadcast();
final _completedController = StreamController<bool>.broadcast();