فهرست منبع

版本升级维护

yyqxiaoyin 5 سال پیش
والد
کامیت
f68591fee0
1فایلهای تغییر یافته به همراه12 افزوده شده و 5 حذف شده
  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;
 
 /**
  播放