|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelogoArea | |
---|---|
com.baidubce.services.media | Client classes for accessing video / audio transcoder service in Baidu Open Cloud. |
com.baidubce.services.media.model |
Uses of DelogoArea in com.baidubce.services.media |
---|
Methods in com.baidubce.services.media with parameters of type DelogoArea | |
---|---|
CreateThumbnailJobResponse |
MediaClient.createThumbnailJob(String pipelineName,
String sourceKey,
ThumbnailTarget target,
ThumbnailCapture capture,
DelogoArea delogoArea)
Creates a thumbnail job and return job ID. |
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,
String watermarkId,
DelogoArea delogoArea)
Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and delogoArea. |
Uses of DelogoArea in com.baidubce.services.media.model |
---|
Methods in com.baidubce.services.media.model that return DelogoArea | |
---|---|
DelogoArea |
ThumbnailJobStatus.getDelogoArea()
|
DelogoArea |
Target.getDelogoArea()
|
DelogoArea |
GetThumbnailJobResponse.getDelogoArea()
|
DelogoArea |
CreateThumbnailJobRequest.getDelogoArea()
|
DelogoArea |
DelogoArea.withHeight(Integer height)
|
DelogoArea |
DelogoArea.withWidth(Integer width)
|
DelogoArea |
DelogoArea.withX(Integer x)
|
DelogoArea |
DelogoArea.withY(Integer y)
|
Methods in com.baidubce.services.media.model with parameters of type DelogoArea | |
---|---|
void |
ThumbnailJobStatus.setDelogoArea(DelogoArea delogoArea)
|
void |
Target.setDelogoArea(DelogoArea delogoArea)
|
void |
GetThumbnailJobResponse.setDelogoArea(DelogoArea delogoArea)
|
void |
CreateThumbnailJobRequest.setDelogoArea(DelogoArea delogoArea)
|
Target |
Target.withDelogoArea(DelogoArea delogoArea)
|
CreateThumbnailJobRequest |
CreateThumbnailJobRequest.withDelogoArea(DelogoArea delogoArea)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |