-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #561 from iossun/master
Release v3.4.6
- Loading branch information
Showing
28 changed files
with
2,086 additions
and
1,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# PLPlayerKit 3.4.5 to 3.4.6 API Differences | ||
|
||
## General Headers | ||
|
||
- *Modified* `PLPlayerOption.h` | ||
|
||
- *Added* `extern NSString * _Nullable PLPlayerOptionKeyVideoFileNameEncode` | ||
|
||
- *Modified* `PLPlayer` | ||
|
||
- *Added* `@property (nonatomic, assign, readonly) int audioFPS` | ||
|
||
- *Added* `@property (nonatomic, assign, readonly) double audioBitrate` | ||
|
||
- *Added* - (**void**)addCacheUrl:(NSString ***_Nullable**)url; | ||
|
||
- *Added* - (**void**)deleteCacheUrl:(NSString ***_Nullable**)url; | ||
|
||
- *Added* - (**void**)addIOCache:(NSString ***_Nullable**)url; | ||
|
||
- *Added* - (**void**)deleteIOCache:(NSString ***_Nullable**)url; | ||
|
||
- *Added* - (**void**)setIOCacheSize:(NSInteger)size; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.