类的使用
com.baidubce.services.media.model.SourceClip
-
使用SourceClip的程序包 程序包 说明 com.baidubce.services.media Client classes for accessing video / audio transcoder service in Baidu Open Cloud.com.baidubce.services.media.model -
-
com.baidubce.services.media中SourceClip的使用
类型变量类型为SourceClip的com.baidubce.services.media中的方法参数 修饰符和类型 方法 说明 CreateTranscodingJobResponseMediaClient. 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.CreateTranscodingJobResponseMediaClient. 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.CreateTranscodingJobResponseMediaClient. 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.CreateTranscodingJobResponseMediaClient. 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. -
com.baidubce.services.media.model中SourceClip的使用
返回SourceClip的com.baidubce.services.media.model中的方法 修饰符和类型 方法 说明 SourceClipSourceClip. withAsMasterClip(Boolean enableDelogo)SourceClipSourceClip. withBucket(String bucket)SourceClipSourceClip. withDurationInMillisecond(Integer durationInMillisecond)SourceClipSourceClip. withDurationInSecond(Integer durationInSecond)SourceClipSourceClip. withEnableCrop(Boolean enableCrop)SourceClipSourceClip. withEnableDelogo(Boolean enableDelogo)SourceClipSourceClip. withEnableLogo(Boolean enableLogo)SourceClipSourceClip. withSourceKey(String sourceKey)SourceClipSourceClip. withStartTimeInMillisecond(Integer startTimeInMillisecond)SourceClipSourceClip. withStartTimeInSecond(Integer startTimeInSecond)返回变量类型为SourceClip的类型的com.baidubce.services.media.model中的方法 修饰符和类型 方法 说明 List<SourceClip>Source. getClips()多输入情况参数类型为SourceClip的com.baidubce.services.media.model中的方法 修饰符和类型 方法 说明 voidSource. addClip(SourceClip clip)类型变量类型为SourceClip的com.baidubce.services.media.model中的方法参数 修饰符和类型 方法 说明 voidSource. setClips(List<SourceClip> clips)SourceSource. withClips(List<SourceClip> clips)
-