Commit 4f6ace50 by zhangyunjie

2.5.3.3

parent 31150b86
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '1.0.0.1000'
s.version = '2.5.3.3'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
//#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"此版本为瘟疫版本不可用";
static const NSString *OffcnLiveSDKVersion = @"2.5.3.3";
@interface OffcnPlaybackModel : NSObject
//口令
......@@ -38,7 +38,7 @@ typedef NS_ENUM(NSUInteger, OffcnJumpMode) {
typedef void(^liveQuitCallBack)(NSString *password);
/**
回放观看进度退出房间后回调
回放观看进度回调
@param password 课程口令
@param recentlyWatchValue 最近观看的秒数
......@@ -47,7 +47,6 @@ typedef void(^liveQuitCallBack)(NSString *password);
*/
typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue, CGFloat maxWatchValue, NSInteger totalValue);
@interface OffcnLiveSDK : NSObject
/**
......@@ -76,7 +75,7 @@ typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue
//直播间退出房间后回调
@property (nonatomic, copy) liveQuitCallBack offcnLiveQuitCallBack;
//回放观看进度退出房间后回调
//回放观看退出房间后进度回调
@property (nonatomic, copy) playbackCallBack offcnPlaybackCallBack;
//回放观看过程中进度model(只在观看过程中有数据,退出房间后就被清空了)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment