com.baidubce.services.media.model
Class SourceClip

java.lang.Object
  extended by com.baidubce.services.media.model.SourceClip

public class SourceClip
extends Object


Constructor Summary
SourceClip()
           
 
Method Summary
 Integer getDurationInMillisecond()
          片段的持续时间,单位毫秒
 Integer getDurationInSecond()
           
 Boolean getEnableLogo()
           
 String getSourceKey()
           
 Integer getStartTimeInMillisecond()
           
 Integer getStartTimeInSecond()
           
 void setDurationInMillisecond(Integer durationInMillisecond)
           
 void setDurationInSecond(Integer durationInSecond)
           
 void setEnableLogo(Boolean enableLogo)
           
 void setSourceKey(String sourceKey)
           
 void setStartTimeInMillisecond(Integer startTimeInMillisecond)
           
 void setStartTimeInSecond(Integer startTimeInSecond)
           
 String toString()
           
 SourceClip withDurationInMillisecond(Integer durationInMillisecond)
           
 SourceClip withDurationInSecond(Integer durationInSecond)
           
 SourceClip withEnableLogo(Boolean enableLogo)
           
 SourceClip withSourceKey(String sourceKey)
           
 SourceClip withStartTimeInMillisecond(Integer startTimeInMillisecond)
           
 SourceClip withStartTimeInSecond(Integer startTimeInSecond)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceClip

public SourceClip()
Method Detail

getSourceKey

public String getSourceKey()

setSourceKey

public void setSourceKey(String sourceKey)

withSourceKey

public SourceClip withSourceKey(String sourceKey)

getStartTimeInSecond

public Integer getStartTimeInSecond()

setStartTimeInSecond

public void setStartTimeInSecond(Integer startTimeInSecond)

withStartTimeInSecond

public SourceClip withStartTimeInSecond(Integer startTimeInSecond)

getDurationInSecond

public Integer getDurationInSecond()

setDurationInSecond

public void setDurationInSecond(Integer durationInSecond)

withDurationInSecond

public SourceClip withDurationInSecond(Integer durationInSecond)

getStartTimeInMillisecond

public Integer getStartTimeInMillisecond()

setStartTimeInMillisecond

public void setStartTimeInMillisecond(Integer startTimeInMillisecond)

withStartTimeInMillisecond

public SourceClip withStartTimeInMillisecond(Integer startTimeInMillisecond)

getDurationInMillisecond

public Integer getDurationInMillisecond()
片段的持续时间,单位毫秒


setDurationInMillisecond

public void setDurationInMillisecond(Integer durationInMillisecond)

withDurationInMillisecond

public SourceClip withDurationInMillisecond(Integer durationInMillisecond)

getEnableLogo

public Boolean getEnableLogo()

setEnableLogo

public void setEnableLogo(Boolean enableLogo)

withEnableLogo

public SourceClip withEnableLogo(Boolean enableLogo)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.