Commit 749111d0 by zhangyunjie

2.6.3.0

parent 7acc57ac
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.2.2'
s.version = '2.6.3.0'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.6.2.2";
static const NSString *OffcnLiveSDKVersion = @"2.6.3.0";
//事件通知
#define kOffcnEventNotification @"kOffcnEventNotification"
......
......@@ -129,7 +129,7 @@ typedef NS_ENUM(NSInteger, PlayerMode) {
@property(nonatomic, readonly) NSTimeInterval duration;
@property(nonatomic, readonly) NSTimeInterval playableDuration;
@property(nonatomic, readonly) NSInteger bufferingProgress;
@property(nonatomic, readonly) double networkBitrate;
//@property(nonatomic, readonly) double networkBitrate;
@property(nonatomic, readonly) BOOL isPreparedToPlay;
@property(nonatomic, readonly) IJKMPMoviePlaybackState playbackState;
......@@ -148,6 +148,7 @@ typedef NS_ENUM(NSInteger, PlayerMode) {
@property (nonatomic) float playbackRate;
@property (nonatomic) float playbackVolume;
@property (nonatomic) PlayerMode playerMode;
@property (nonatomic) NSString* key;
- (UIImage *)thumbnailImageAtCurrentTime;
......
......@@ -12,9 +12,9 @@
#import "ZGIJKMediaPlayer.h"
static const char *ZGMediaPlayrVersion = "0.3.6";
#define ZGMEDIAPLAYER_BUFFER_TIMEOUT 60
#define ZGMEDIAPLAYER_BUFFER_TIMEOUT 60*3
#define ZGMEDIAPLAYER_CONNECT_TIMEOUT 30
#define ZGMEDIAPLAYER_SHOW_POSITION_TIME 0.5
#define ZGMEDIAPLAYER_SHOW_POSITION_TIME 0.5
#define ZG_CHANNEL_MONO 1
#define ZG_CHANNEL_STEREO 2
......
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