Uses of Class
org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
Packages that use TranscoderProfile
Package
Description
-
Uses of TranscoderProfile in org.craftercms.studio.api.v1.aws.elastictranscoder
Methods in org.craftercms.studio.api.v1.aws.elastictranscoder with parameters of type TranscoderProfileModifier and TypeMethodDescriptionElasticTranscoder.startJob(String filename, InputStream content, TranscoderProfile profile) Starts a transcoder job for the specified file, based on the givenTranscoderProfile. -
Uses of TranscoderProfile in org.craftercms.studio.impl.v1.aws.elastictranscoder
Methods in org.craftercms.studio.impl.v1.aws.elastictranscoder that return TranscoderProfileModifier and TypeMethodDescriptionprotected TranscoderProfileTranscoderProfileMapper.mapProfile(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> profileConfig) Methods in org.craftercms.studio.impl.v1.aws.elastictranscoder with parameters of type TranscoderProfileModifier and TypeMethodDescriptionprotected com.amazonaws.services.elastictranscoder.model.CreateJobResultElasticTranscoderImpl.createJob(String inputKey, String baseKey, TranscoderProfile profile, com.amazonaws.services.elastictranscoder.AmazonElasticTranscoder transcoderClient) protected com.amazonaws.services.elastictranscoder.model.CreateJobRequestElasticTranscoderImpl.getCreateJobRequest(String inputKey, String baseKey, TranscoderProfile profile) protected com.amazonaws.services.s3.AmazonS3ElasticTranscoderImpl.getS3Client(TranscoderProfile profile) protected com.amazonaws.services.elastictranscoder.AmazonElasticTranscoderElasticTranscoderImpl.getTranscoderClient(TranscoderProfile profile) ElasticTranscoderImpl.startJob(String filename, InputStream content, TranscoderProfile profile)