yyqxiaoyin пре 5 година
родитељ
комит
118f6e10f8
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.h

+ 5 - 0
MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.h

@@ -105,6 +105,11 @@ typedef enum : NSUInteger {
 @property (nonatomic, assign) NSInteger currentIndex;
 
 /**
+ 是否正在播放中
+ */
+@property (nonatomic, assign) BOOL isPlaying;
+
+/**
  是否允许自动播放
  */
 @property (nonatomic, assign) BOOL shouldAutoPlay;