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,
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,
Area delogoArea) |
Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and
delogoArea.
|
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,
Area delogoArea) |
Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and
delogoArea.
|
CreateTranscodingJobResponse |
MediaClient.createTranscodingJob(String pipelineName,
List<SourceClip> clips,
String targetKey,
String presetName,
String watermarkId,
Area delogoArea,
Area crop,
List<Insert> inserts) |
Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and
delogoArea.
|