Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dz_TZImagePickerController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuijing
dz_TZImagePickerController
Commits
98461cbc
Commit
98461cbc
authored
Mar 15, 2019
by
yuzheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善示例
parent
3b06d1a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
TZImagePickerController/ViewController.m
TZImagePickerController/ViewController.m
+1
-0
No files found.
TZImagePickerController/ViewController.m
View file @
98461cbc
...
...
@@ -584,6 +584,7 @@
_selectedAssets
=
[
NSMutableArray
arrayWithArray
:@[
asset
]];
// open this code to send video / 打开这段代码发送视频
[[
TZImageManager
manager
]
getVideoOutputPathWithAsset
:
asset
presetName
:
AVAssetExportPreset640x480
success
:^
(
NSString
*
outputPath
)
{
// NSData *data = [NSData dataWithContentsOfFile:outputPath];
NSLog
(
@"视频导出到本地完成,沙盒路径为:%@"
,
outputPath
);
// Export completed, send video here, send by outputPath or NSData
// 导出完成,在这里写上传代码,通过路径或者通过NSData上传
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment