mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Bump dependency versions, notably media3 (#496)
## Description Bumps dependency versions, notably media3/ExoPlayer to `1.9.0` ### Related issues Fixes #108 Fixes #355 Fixes #479
This commit is contained in:
parent
7581b05b97
commit
8479d8621d
3 changed files with 16 additions and 6 deletions
|
|
@ -447,6 +447,14 @@ class MpvPlayer(
|
|||
|
||||
override fun getVolume(): Float = 1f
|
||||
|
||||
override fun mute() {
|
||||
volume = 0f
|
||||
}
|
||||
|
||||
override fun unmute() {
|
||||
volume = 1f
|
||||
}
|
||||
|
||||
override fun clearVideoSurface(): Unit = throw UnsupportedOperationException()
|
||||
|
||||
override fun clearVideoSurface(surface: Surface?): Unit = throw UnsupportedOperationException()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue