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