Skip to content

Instantly share code, notes, and snippets.

@kjartanvest
Created March 10, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjartanvest/dfa861a6a51425338d8c1e6d887d4d4d to your computer and use it in GitHub Desktop.
Save kjartanvest/dfa861a6a51425338d8c1e6d887d4d4d to your computer and use it in GitHub Desktop.
Upload video array
[[SynqUploader sharedInstance] uploadVideoArray:videoArray
exportProgressBlock:^(double exportProgress)
{
// Report progress to UI
}
uploadProgressBlock:^(double uploadProgress)
{
// Report progress to UI
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment