public class SourceClip extends Object
| Constructor and Description |
|---|
SourceClip() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getSourceKey()
public void setSourceKey(String sourceKey)
public SourceClip withSourceKey(String sourceKey)
public Integer getStartTimeInSecond()
public void setStartTimeInSecond(Integer startTimeInSecond)
public SourceClip withStartTimeInSecond(Integer startTimeInSecond)
public Integer getDurationInSecond()
public void setDurationInSecond(Integer durationInSecond)
public SourceClip withDurationInSecond(Integer durationInSecond)
public Integer getStartTimeInMillisecond()
public void setStartTimeInMillisecond(Integer startTimeInMillisecond)
public SourceClip withStartTimeInMillisecond(Integer startTimeInMillisecond)
public Integer getDurationInMillisecond()
public void setDurationInMillisecond(Integer durationInMillisecond)
public SourceClip withDurationInMillisecond(Integer durationInMillisecond)
public Boolean getEnableLogo()
public void setEnableLogo(Boolean enableLogo)
public SourceClip withEnableLogo(Boolean enableLogo)
Copyright © 2019. All rights reserved.