Rename none state to idle.
This commit is contained in:
parent
9b27508c7b
commit
768fde91aa
3 changed files with 7 additions and 7 deletions
|
@ -201,7 +201,7 @@ class PlaybackEventMessage {
|
|||
|
||||
/// A processing state communicated from the platform implementation.
|
||||
enum ProcessingStateMessage {
|
||||
none,
|
||||
idle,
|
||||
loading,
|
||||
buffering,
|
||||
ready,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue