Class TranscoderProfile


  • public class TranscoderProfile
    extends org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
    Holds the necessary information to request a transcoding job to the AWS Elastic Transcoder.
    Author:
    avasquez
    • Field Summary

      • Fields inherited from class org.craftercms.commons.config.profiles.aws.AbstractAwsProfile

        accessKey, endpoint, region, secretKey
      • Fields inherited from class org.craftercms.commons.config.profiles.ConfigurationProfile

        profileId
    • Constructor Detail

      • TranscoderProfile

        public TranscoderProfile()
    • Method Detail

      • getPipelineId

        public String getPipelineId()
        Returns the pipeline ID of the Elastic Transcoder.
      • setPipelineId

        public void setPipelineId​(String pipelineId)
        Sets the pipeline ID of the Elastic Transcoder.
      • getOutputs

        public List<TranscoderOutput> getOutputs()
        Returns the transcoder outputs that should be generated.
      • setOutputs

        public void setOutputs​(List<TranscoderOutput> outputs)
        Sets the transcoder outputs that should be generated.