|
@@ -31,12 +31,12 @@ typedef NS_ENUM(NSUInteger, MKRResourcePlayState) {
|
|
/*
|
|
/*
|
|
* 当前播放秒数
|
|
* 当前播放秒数
|
|
* */
|
|
* */
|
|
-@property(nonatomic, assign) NSTimeInterval currentTime;
|
|
|
|
|
|
+@property(nonatomic, assign) NSInteger currentTime;
|
|
|
|
|
|
/*
|
|
/*
|
|
* 资源总时长
|
|
* 资源总时长
|
|
* */
|
|
* */
|
|
-@property(nonatomic, assign) NSTimeInterval totalTime;
|
|
|
|
|
|
+@property(nonatomic, assign) NSInteger totalTime;
|
|
|
|
|
|
/*
|
|
/*
|
|
* 当前播放时间字符串 格式:xx:xx:xx
|
|
* 当前播放时间字符串 格式:xx:xx:xx
|