类 SourceClip
- java.lang.Object
-
- com.baidubce.services.media.model.SourceClip
-
public class SourceClip extends Object
The model which will be used to set source clip info in creating transcoding job
-
-
构造器概要
构造器 构造器 说明 SourceClip()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetSourceKey()voidsetSourceKey(String sourceKey)StringtoString()SourceClipwithAsMasterClip(Boolean enableDelogo)SourceClipwithBucket(String bucket)SourceClipwithDurationInMillisecond(Integer durationInMillisecond)SourceClipwithDurationInSecond(Integer durationInSecond)SourceClipwithEnableCrop(Boolean enableCrop)SourceClipwithEnableDelogo(Boolean enableDelogo)SourceClipwithEnableLogo(Boolean enableLogo)SourceClipwithSourceKey(String sourceKey)SourceClipwithStartTimeInMillisecond(Integer startTimeInMillisecond)SourceClipwithStartTimeInSecond(Integer startTimeInSecond)
-
-
-
方法详细资料
-
getSourceKey
public String getSourceKey()
-
setSourceKey
public void setSourceKey(String sourceKey)
-
withSourceKey
public SourceClip withSourceKey(String sourceKey)
-
withStartTimeInSecond
public SourceClip withStartTimeInSecond(Integer startTimeInSecond)
-
withDurationInSecond
public SourceClip withDurationInSecond(Integer durationInSecond)
-
withStartTimeInMillisecond
public SourceClip withStartTimeInMillisecond(Integer startTimeInMillisecond)
-
withDurationInMillisecond
public SourceClip withDurationInMillisecond(Integer durationInMillisecond)
-
withEnableLogo
public SourceClip withEnableLogo(Boolean enableLogo)
-
withBucket
public SourceClip withBucket(String bucket)
-
withAsMasterClip
public SourceClip withAsMasterClip(Boolean enableDelogo)
-
withEnableDelogo
public SourceClip withEnableDelogo(Boolean enableDelogo)
-
withEnableCrop
public SourceClip withEnableCrop(Boolean enableCrop)
-
-