-
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 #52 from anhaoxiong/master
update document and demo to 1.11.0
- Loading branch information
Showing
1,311 changed files
with
23,720 additions
and
69,872 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,89 @@ | ||
# PLShortVideoKit 1.10.0 to 1.11.0 API Differences | ||
|
||
## General Headers | ||
|
||
|
||
``` | ||
PLShortVideoRecorder.h | ||
``` | ||
|
||
- *Added* @property (strong, nonatomic) UIView *_Nullable catpuredView; | ||
|
||
- *Added* - (nonnull instancetype)initWithCatpuredViewVideoConfiguration:(PLSVideoConfiguration *_Nonnull)catpuredViewVideoConfiguration audioConfiguration:(PLSAudioConfiguration *_Nullable)audioConfiguration; | ||
|
||
- *Added* @property (assign, nonatomic) BOOL backgroundMonitorEnable; | ||
|
||
- *Added* - (void)mixAudio:(NSURL *_Nullable)audioURL playEnable:(BOOL)playEnable; | ||
|
||
- *Added* - (void)mixAudio:(NSURL *_Nullable)audioURL startTime:(NSTimeInterval)startTime volume:(CGFloat)volume playEnable:(BOOL)playEnable; | ||
|
||
``` | ||
PLShortVideoEditor.h | ||
``` | ||
|
||
- *Added* - (instancetype)initWithPlayerItem:(AVPlayerItem *)playerItem videoSize:(CGSize)videoSize; | ||
|
||
- *Added* - (void)addMusic:(NSURL *)musicURL timeRange:(CMTimeRange)timeRange volume:(NSNumber *)volume loopEnable:(BOOL)loopEnable; | ||
|
||
- *Added* - (void)updateMultiMusics:(NSArray <NSDictionary *>*)multiMusicsSettings; | ||
|
||
|
||
``` | ||
PLSRangeMovieExport.h | ||
``` | ||
|
||
- *Added* @property (assign, nonatomic) PLSFilePreset outputFilePreset; | ||
|
||
|
||
|
||
``` | ||
PLSEditSettings.h | ||
``` | ||
|
||
- *Added* PLS_EXPORT NSString *const PLSStickerSettingsKey; | ||
|
||
- *Added* PLS_EXPORT NSString *const PLSLocationStartTimeKey; | ||
|
||
- *Added* PLS_EXPORT NSString *const PLSLocationDurationKey; | ||
|
||
|
||
|
||
``` | ||
PLShortVideoTranscoder.h | ||
``` | ||
|
||
- *Added* @property (assign, nonatomic) float bitrate; | ||
|
||
|
||
``` | ||
PLSAVAssetExportSession.h | ||
``` | ||
- *Added* @property (assign, nonatomic) float bitrate; | ||
|
||
|
||
``` | ||
Added Class PLSAudioMixConfiguration | ||
Added Class PLSVideoMixConfiguration | ||
Added Class PLSVideoMixRecorder | ||
Added Class PLSMixMediaItem | ||
Added Class PLSMultiVideoMixer | ||
Added Class PLSImageRotateRecorder | ||
Added Class AVAsset+PLSExtendProperty | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
2,554 changes: 400 additions & 2,154 deletions
2,554
Example/PLShortVideoKitDemo.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.