Update iOS to new state model.
This commit is contained in:
parent
e4789d9cd2
commit
2c3d38f1ad
9 changed files with 153 additions and 129 deletions
|
@ -6,12 +6,11 @@
|
|||
|
||||
@end
|
||||
|
||||
enum PlaybackState {
|
||||
enum ProcessingState {
|
||||
none,
|
||||
stopped,
|
||||
paused,
|
||||
playing,
|
||||
connecting,
|
||||
loading,
|
||||
buffering,
|
||||
ready,
|
||||
completed
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue