replaced deprecated methods

This commit is contained in:
Erekle
2016-05-19 13:40:09 +04:00
parent 053b14992c
commit 3d5385dad3
3 changed files with 7 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ typedef enum {
ASVideoNodePlayerStatePlaybackLikelyToKeepUpButNotPlaying,
ASVideoNodePlayerStatePlaying,
ASVideoNodePlayerStateLoading,
ASVideoNodePlayerStatePlaying,
ASVideoNodePlayerStatePaused,
ASVideoNodePlayerStateFinished
} ASVideoNodePlayerState;