Interface MediaConvert
- All Known Implementing Classes:
MediaConvertImpl
public interface MediaConvert
Defines the operations available for AWS MediaConvert.
- Author:
- joseross
-
Method Summary
Modifier and TypeMethodDescriptionstartJob(String filename, InputStream content, MediaConvertProfile profile) Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert.
-
Method Details
-
startJob
MediaConvertJob startJob(String filename, InputStream content, MediaConvertProfile profile) throws AwsException Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert.- Parameters:
filename- name of the file to uploadcontent- stream providing the content of the file to uploadprofile- profile used to create the transcoding job- Returns:
- information of the transcoding job
- Throws:
AwsException- if the upload or transcoding job creation fails
-