public class SourceClip extends Object
| Constructor and Description |
|---|
SourceClip() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDurationInSecond()
片段的持续时间
|
String |
getSourceKey()
片段地址
|
Integer |
getStartTimeInSecond()
片段的起始时间
|
void |
setDurationInSecond(Integer durationInSecond) |
void |
setSourceKey(String sourceKey) |
void |
setStartTimeInSecond(Integer startTimeInSecond) |
String |
toString() |
SourceClip |
withDurationInSecond(Integer durationInSecond) |
SourceClip |
withSourceKey(String sourceKey) |
SourceClip |
withStartTimeInSecond(Integer startTimeInSecond) |
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 String getSourceKey()
public void setSourceKey(String sourceKey)
public SourceClip withSourceKey(String sourceKey)
Copyright © 2018. All rights reserved.