Skip to content

Commit

Permalink
release 3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Mar 18, 2024
1 parent 85a5672 commit 87f73f9
Show file tree
Hide file tree
Showing 28 changed files with 1,518 additions and 1,493 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Project/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 6c3615313d9a556875d5091a2f41e63eb0a02dcf

COCOAPODS: 1.12.1
COCOAPODS: 1.15.0
2 changes: 1 addition & 1 deletion Project/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,890 changes: 957 additions & 933 deletions Project/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,18 @@
uuid = "93E78F66-27AB-478A-BEA1-69437120536C"
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
uuid = "79923EE1-6DC4-4BAD-86C9-09B14671B886"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
breakpointStackSelectionBehavior = "1"
scope = "1"
stopOnStyle = "0">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
2 changes: 1 addition & 1 deletion SJBaseVideoPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SJBaseVideoPlayer'
s.version = '3.7.6.1'
s.version = '3.7.7'
s.summary = 'video player.'
s.description = 'https://github.com/changsanjiang/SJBaseVideoPlayer/blob/master/README.md'
s.homepage = 'https://github.com/changsanjiang/SJBaseVideoPlayer'
Expand Down
Binary file modified SJBaseVideoPlayer/.DS_Store
Binary file not shown.
Binary file added SJBaseVideoPlayer/AVPlayer/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions SJBaseVideoPlayer/AVPlayer/Core/SJAVMediaPlayer.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SJAVMediaPlayer.h
// Pods
// SJBaseVideoPlayer
//
// Created by 畅三江 on 2020/2/18.
// Created by 畅三江 on 2024/3/18.
//

#import "SJMediaPlaybackController.h"
Expand All @@ -16,6 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, readonly) SJPlaybackType playbackType;
@property (nonatomic) NSTimeInterval minBufferedDuration;
@property (nonatomic) BOOL accurateSeeking;
@property (nonatomic) BOOL pauseWhenAppDidEnterBackground;

- (void)seekToTime:(CMTime)time toleranceBefore:(CMTime)toleranceBefore toleranceAfter:(CMTime)toleranceAfter completionHandler:(void (^_Nullable)(BOOL))completionHandler;
@end
Expand Down
Loading

0 comments on commit 87f73f9

Please sign in to comment.