-
Notifications
You must be signed in to change notification settings - Fork 122
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 #95 from HeraShowFeng/v3.1.1
release version v3.1.1
- Loading branch information
Showing
26 changed files
with
175 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# PLShortVideoKit 3.1.0 to 3.1.1 API Differences | ||
|
||
## General Headers | ||
|
||
`PLShortVideoRecorder` | ||
|
||
- *Deprecated* | ||
|
||
```objc | ||
- (CVPixelBufferRef __nonnull)shortVideoRecorder:(PLShortVideoRecorder *__nonnull)recorder cameraSourceDidGetPixelBuffer:(CVPixelBufferRef __nonnull)pixelBuffer; | ||
``` | ||
|
||
- *Added* | ||
|
||
```objc | ||
- (CVPixelBufferRef __nonnull)shortVideoRecorder:(PLShortVideoRecorder *__nonnull)recorder cameraSourceDidGetPixelBuffer:(CVPixelBufferRef __nonnull)pixelBuffer timingInfo:(CMSampleTimingInfo)timingInfo; | ||
``` | ||
|
||
`PLSTypeDefines` | ||
|
||
- *Added* | ||
|
||
```objc | ||
typedef enum { | ||
PLSVideoHardwareTypeH264 = 0, | ||
PLSVideoHardwareTypeHEVC = 1, // iOS 11.0 及以上版本支持,即 hvc1 | ||
} PLSVideoHardwareType; | ||
``` | ||
*Warning* You can set it, such as `PLSVideoConfiguration`、`PLShortVideoTranscoder`、`PLSAVAssetExportSession`、`PLSImageToMovieComposer`、`PLSRangeMovieExport`、`PLSMultiVideoMixer`、`PLSImageVideoComposer`、`PLSGifToMovieConverter`、`PLSImageToMovieConverter` |
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
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.
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
4 changes: 2 additions & 2 deletions
4
Example_TuTu/Pods/Local Podspecs/PLShortVideoKit.podspec.json
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.
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "PLShortVideoKit" | ||
s.version = "3.1.0" | ||
s.version = "3.1.1" | ||
s.summary = "PILI iOS short video record SDK" | ||
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit" | ||
s.license = "Apache License 2.0" | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-advanced-v3.1.0.zip"} | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-advanced-v3.1.1.zip"} | ||
s.platform = :ios | ||
s.requires_arc = true | ||
|
||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "PLShortVideoKit" | ||
s.version = "3.1.0" | ||
s.version = "3.1.1" | ||
s.summary = "PILI iOS short video record SDK" | ||
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit" | ||
s.license = "Apache License 2.0" | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-basic-v3.1.0.zip"} | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-basic-v3.1.1.zip"} | ||
s.platform = :ios | ||
s.requires_arc = true | ||
|
||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "PLShortVideoKit" | ||
s.version = "3.1.0" | ||
s.version = "3.1.1" | ||
s.summary = "PILI iOS short video record SDK" | ||
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit" | ||
s.license = "Apache License 2.0" | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-smart-v3.1.0.zip"} | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-smart-v3.1.1.zip"} | ||
s.platform = :ios | ||
s.requires_arc = true | ||
|
||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "PLShortVideoKit" | ||
s.version = "3.1.0" | ||
s.version = "3.1.1" | ||
s.summary = "PILI iOS short video record SDK" | ||
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit" | ||
s.license = "Apache License 2.0" | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-profession-v3.1.0.zip"} | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-profession-v3.1.1.zip"} | ||
s.platform = :ios | ||
s.requires_arc = true | ||
|
||
|
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
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
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
Oops, something went wrong.