media-kit / media-kit

A cross-platform video player & audio player for Flutter & Dart.
https://github.com/media-kit/media-kit
MIT License
916 stars 132 forks source link

add PlayingState ? #829

Closed wengxianxun closed 2 weeks ago

wengxianxun commented 2 weeks ago

like this:

enum PlayingState { initializing, initialized, stopped, paused, ended, buffering, playing, recording, error, }

alexmercerind commented 2 weeks ago

A Player can be in more states simultaneously. Use already provided stream API correctly.