feat: Added playbackinformation to native player ui

This commit is contained in:
PartyDonut 2025-10-17 10:32:06 +02:00
parent 37496f87e3
commit 25304d0a5b
14 changed files with 266 additions and 50 deletions

View file

@ -69,6 +69,8 @@ class MediaStreamsModel {
return "${stream.width}x${stream.height}";
}
String? get mediaInfoTag => '${displayProfile?.value} ${resolution?.value}';
Widget? audioIcon(
BuildContext context,
Function()? onTap,