Uses of Class
com.baidubce.services.media.model.CreateTranscodingJobResponse

Packages that use CreateTranscodingJobResponse
com.baidubce.services.media Client classes for accessing video / audio transcoder service in Baidu Open Cloud. 
 

Uses of CreateTranscodingJobResponse in com.baidubce.services.media
 

Methods in com.baidubce.services.media that return CreateTranscodingJobResponse
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(CreateTranscodingJobRequest request)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset.
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(String pipelineName, List<SourceClip> clips, String targetKey, String presetName)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset.
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(String pipelineName, List<SourceClip> clips, String targetKey, String presetName, String watermarkId)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset and watermarkId associated with the job.
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(String pipelineName, List<SourceClip> clips, String targetKey, String presetName, String watermarkId, DelogoArea delogoArea)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and delogoArea.
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(String pipelineName, String sourceKey, String targetKey, String presetName)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset.
 CreateTranscodingJobResponse MediaClient.createTranscodingJob(String pipelineName, String sourceKey, String targetKey, String presetName, String watermarkId, DelogoArea delogoArea)
          Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and delogoArea.
 



Copyright © 2018. All rights reserved.