public interface MediaConvert
| Modifier and Type | Method and Description |
|---|---|
MediaConvertJob |
startJob(String filename,
InputStream content,
MediaConvertProfile profile)
Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert.
|
MediaConvertJob startJob(String filename, InputStream content, MediaConvertProfile profile) throws AwsException
filename - name of the file to uploadcontent - stream providing the content of the file to uploadprofile - profile used to create the transcoding jobAwsException - if the upload or transcoding job creation failsCopyright © 2020 CrafterCMS. All rights reserved.