Uses of Class
org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
Packages that use TranscoderJob
Package
Description
-
Uses of TranscoderJob in org.craftercms.studio.api.v1.aws.elastictranscoder
Methods in org.craftercms.studio.api.v1.aws.elastictranscoder that return TranscoderJobModifier and TypeMethodDescriptionElasticTranscoder.startJob(String filename, InputStream content, TranscoderProfile profile) Starts a transcoder job for the specified file, based on the givenTranscoderProfile. -
Uses of TranscoderJob in org.craftercms.studio.api.v1.service.aws
Methods in org.craftercms.studio.api.v1.service.aws that return TranscoderJobModifier and TypeMethodDescriptionElasticTranscoderService.transcodeFile(String site, String profileId, String filename, InputStream content) Requests the transcoding of the specified file to the AWS Elastic Transcoder, using the specifiedTranscoderProfile. -
Uses of TranscoderJob in org.craftercms.studio.impl.v1.aws.elastictranscoder
Methods in org.craftercms.studio.impl.v1.aws.elastictranscoder that return TranscoderJobModifier and TypeMethodDescriptionprotected TranscoderJobElasticTranscoderImpl.createResult(String baseKey, com.amazonaws.services.elastictranscoder.model.CreateJobResult jobResult, com.amazonaws.services.elastictranscoder.model.Pipeline pipeline) ElasticTranscoderImpl.startJob(String filename, InputStream content, TranscoderProfile profile) -
Uses of TranscoderJob in org.craftercms.studio.impl.v1.service.aws
Methods in org.craftercms.studio.impl.v1.service.aws that return TranscoderJobModifier and TypeMethodDescription@Valid TranscoderJobElasticTranscoderServiceImpl.transcodeFile(String site, String profileId, String filename, InputStream content)