| Package | Description |
|---|---|
| com.baidubce.services.media |
Client classes for accessing video / audio transcoder service in Baidu Open Cloud.
|
| com.baidubce.services.media.model |
| Modifier and Type | Method and Description |
|---|---|
CreateThumbnailJobResponse |
MediaClient.createThumbnailJob(String pipelineName,
String presetName,
String sourceKey,
String targetKeyPrefix,
Area delogoArea)
Creates a thumbnail job and return job ID.
|
CreateThumbnailJobResponse |
MediaClient.createThumbnailJob(String pipelineName,
String presetName,
String sourceKey,
String targetKeyPrefix,
Area delogoArea,
Area crop)
Creates a thumbnail job and return job ID.
|
CreateThumbnailJobResponse |
MediaClient.createThumbnailJob(String pipelineName,
String sourceKey,
ThumbnailTarget target,
ThumbnailCapture capture,
Area delogoArea)
Creates a thumbnail job and return job ID.
|
CreateThumbnailJobResponse |
MediaClient.createThumbnailJob(String pipelineName,
String sourceKey,
ThumbnailTarget target,
ThumbnailCapture capture,
Area delogoArea,
Area crop)
Creates a thumbnail job and return job ID.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Area |
ThumbnailJobStatus.getCrop() |
Area |
GetThumbnailJobResponse.getCrop() |
Area |
CreateThumbnailJobRequest.getCrop() |
Area |
ThumbnailJobStatus.getDelogoArea() |
Area |
GetThumbnailJobResponse.getDelogoArea() |
Area |
CreateThumbnailJobRequest.getDelogoArea() |
Area |
Area.withHeight(Integer height) |
Area |
Area.withWidth(Integer width) |
Area |
Area.withX(Integer x) |
Area |
Area.withY(Integer y) |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.addDelogoArea(Area delogoArea) |
void |
ThumbnailJobStatus.setCrop(Area crop) |
void |
GetThumbnailJobResponse.setCrop(Area crop) |
void |
CreateThumbnailJobRequest.setCrop(Area crop) |
void |
ThumbnailJobStatus.setDelogoArea(Area delogoArea) |
void |
GetThumbnailJobResponse.setDelogoArea(Area delogoArea) |
void |
CreateThumbnailJobRequest.setDelogoArea(Area delogoArea) |
Target |
Target.withCrop(Area crop) |
CreateThumbnailJobRequest |
CreateThumbnailJobRequest.withCrop(Area crop) |
Target |
Target.withDelogoArea(Area delogoArea)
Deprecated.
|
CreateThumbnailJobRequest |
CreateThumbnailJobRequest.withDelogoArea(Area delogoArea) |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.withDelogoAreas(List<Area> delogoAreas) |
Copyright © 2023. All rights reserved.