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