LibVideo: Remove Starting playback state in favor of Seeking to zero

This commit is contained in:
Zaggy1024 2023-04-12 00:42:14 -05:00 committed by Sam Atkins
commit e391f18e9e
Notes: sideshowbarker 2024-07-16 23:54:15 +09:00
2 changed files with 2 additions and 38 deletions

View file

@ -92,7 +92,6 @@ public:
};
enum class PlaybackState {
Starting,
Playing,
Paused,
Buffering,
@ -146,7 +145,6 @@ private:
class PlaybackStateHandler;
// Abstract class to allow resuming play/pause after the state is completed.
class ResumingStateHandler;
class StartingStateHandler;
class PlayingStateHandler;
class PausedStateHandler;
class BufferingStateHandler;