|
@@ -130,12 +130,19 @@ typedef enum : NSUInteger {
|
|
/**
|
|
/**
|
|
当前播放进度
|
|
当前播放进度
|
|
*/
|
|
*/
|
|
-@property (nonatomic, assign) NSInteger currentTime;
|
|
|
|
|
|
+//@property (nonatomic, assign) NSInteger currentTime;
|
|
|
|
+//
|
|
|
|
+///**
|
|
|
|
+// 总时长
|
|
|
|
+// */
|
|
|
|
+//@property (nonatomic, assign) NSInteger totalTime;
|
|
|
|
|
|
-/**
|
|
|
|
- 总时长
|
|
|
|
- */
|
|
|
|
-@property (nonatomic, assign) NSInteger totalTime;
|
|
|
|
|
|
+
|
|
|
|
+/// 当前播放进度
|
|
|
|
+@property (nonatomic, assign) NSTimeInterval currentDuration;
|
|
|
|
+
|
|
|
|
+/// 总时长
|
|
|
|
+@property (nonatomic, assign) NSTimeInterval totalDuration;
|
|
|
|
|
|
/**
|
|
/**
|
|
播放
|
|
播放
|