feat: add resolution selection to settings

This commit is contained in:
Mert Uyanık
2025-10-29 09:45:02 +03:00
parent 78c699fcea
commit 002ec26b30
7 changed files with 306 additions and 15 deletions
+4 -1
View File
@@ -17,9 +17,12 @@ export interface AudioTrack {
}
export interface VideoQuality {
height: number
height?: number
label: string
url?: string
width?: number
bitrate?: number
levelIndex?: number
}
export interface PlayerTheme {