Commit 3b5d5e5d by zhangyunjie  

2.6.2.1

parent e827a8f9
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.2.0'
s.version = '2.6.2.1'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -148,7 +148,6 @@ typedef NS_ENUM(NSInteger, PlayerMode) {
@property (nonatomic) float playbackRate;
@property (nonatomic) float playbackVolume;
@property (nonatomic) PlayerMode playerMode;
@property (nonatomic) NSString* key;
- (UIImage *)thumbnailImageAtCurrentTime;
......
......@@ -12,7 +12,7 @@
#import "ZGIJKMediaPlayer.h"
static const char *ZGMediaPlayrVersion = "0.3.6";
#define ZGMEDIAPLAYER_BUFFER_TIMEOUT 60*3
#define ZGMEDIAPLAYER_BUFFER_TIMEOUT 60
#define ZGMEDIAPLAYER_CONNECT_TIMEOUT 30
#define ZGMEDIAPLAYER_SHOW_POSITION_TIME 0.5
......
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