Class MediaConvertServiceImpl

    • Constructor Detail

      • MediaConvertServiceImpl

        public MediaConvertServiceImpl()
        Deprecated.
    • Method Detail

      • setMediaConvert

        public void setMediaConvert​(MediaConvert mediaConvert)
        Deprecated.
      • startJob

        public MediaConvertJob startJob​(String site,
                                        String profileId,
                                        String filename,
                                        InputStream content)
                                 throws AwsException
        Deprecated.
        Uploads a file to S3 and creates a transcoding job using the specified profile.
        Specified by:
        startJob in interface MediaConvertService
        Parameters:
        site - name of the site
        profileId - id of the profile
        filename - name of the file
        content - content of the file
        Returns:
        information of the transcoding job
        Throws:
        AwsException - if the upload or transcoding job creation fails