Browse Source

版本升级维护

yyqxiaoyin 5 years atrás
parent
commit
f68591fee0
1 changed files with 12 additions and 5 deletions
  1. 12 5
      MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.h

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

@@ -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;
 
 /**
  播放