VB: Support multi chunks playback

This commit is contained in:
manuroe
2022-10-19 23:09:48 +02:00
committed by yostyle
parent 0cd5cd201f
commit 58f9feaae1
3 changed files with 91 additions and 60 deletions
@@ -25,6 +25,7 @@ enum VoiceBroadcastPlaybackViewAction {
// TODO: Rename it to VoiceBroadcastPlaybackState
enum VoiceBroadcastPlaybackState {
case stopped
case buffering
case playing
case paused
case error