|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceClip | |
---|---|
com.baidubce.services.media | Client classes for accessing video / audio transcoder service in Baidu Open Cloud. |
com.baidubce.services.media.model |
Uses of SourceClip in com.baidubce.services.media |
---|
Method parameters in com.baidubce.services.media with type arguments of type SourceClip | |
---|---|
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. |
Uses of SourceClip in com.baidubce.services.media.model |
---|
Methods in com.baidubce.services.media.model that return SourceClip | |
---|---|
SourceClip |
SourceClip.withDurationInMillisecond(Integer durationInMillisecond)
|
SourceClip |
SourceClip.withDurationInSecond(Integer durationInSecond)
|
SourceClip |
SourceClip.withEnableLogo(Boolean enableLogo)
|
SourceClip |
SourceClip.withSourceKey(String sourceKey)
|
SourceClip |
SourceClip.withStartTimeInMillisecond(Integer startTimeInMillisecond)
|
SourceClip |
SourceClip.withStartTimeInSecond(Integer startTimeInSecond)
|
Methods in com.baidubce.services.media.model that return types with arguments of type SourceClip | |
---|---|
List<SourceClip> |
Source.getClips()
多输入情况 |
Methods in com.baidubce.services.media.model with parameters of type SourceClip | |
---|---|
void |
Source.addClip(SourceClip clip)
|
Method parameters in com.baidubce.services.media.model with type arguments of type SourceClip | |
---|---|
void |
Source.setClips(List<SourceClip> clips)
|
Source |
Source.withClips(List<SourceClip> clips)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |