Skip to content

Commit 300e8a5

Browse files
committed
修复https协议的ijk偶先crash问题
Change-Id: I68626c4f25744e23b2137ea845b5f870a03e19fc
1 parent d31e8cb commit 300e8a5

22 files changed

+5
-887
lines changed

Source/IJKPlayer-iOS/IJKMediaFramework.framework/Headers/IJKMediaPlayback.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ typedef NS_ENUM(NSInteger, IJKMPMovieTimeOption) {
7474
- (BOOL)isPlaying;
7575
- (void)shutdown;
7676
- (void)setPauseInBackground:(BOOL)pause;
77+
//录像
78+
- (void)stopRecord;
79+
- (void)startRecordWithFileName:(NSString *)fileName;
7780

7881
@property(nonatomic, readonly) UIView *view;
7982
@property(nonatomic) NSTimeInterval currentPlaybackTime;
Binary file not shown.
49 Bytes
Binary file not shown.

Source/IJKPlayer-iOS/IJKMediaFrameworkWithSSL.framework/Headers/IJKAVMoviePlayerController.h

Lines changed: 0 additions & 79 deletions
This file was deleted.

Source/IJKPlayer-iOS/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMonitor.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

Source/IJKPlayer-iOS/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFMoviePlayerController.h

Lines changed: 0 additions & 155 deletions
This file was deleted.

Source/IJKPlayer-iOS/IJKMediaFrameworkWithSSL.framework/Headers/IJKFFOptions.h

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)