Interface MediaConvert

  • All Known Implementing Classes:
    MediaConvertImpl

    public interface MediaConvert
    Defines the operations available for AWS MediaConvert.
    Author:
    joseross
    • Method Detail

      • 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 upload
        content - stream providing the content of the file to upload
        profile - profile used to create the transcoding job
        Returns:
        information of the transcoding job
        Throws:
        AwsException - if the upload or transcoding job creation fails