public class SourceClip extends Object
| Constructor and Description |
|---|
SourceClip() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceKey() |
void |
setSourceKey(String sourceKey) |
String |
toString() |
SourceClip |
withAsMasterClip(Boolean enableDelogo) |
SourceClip |
withBucket(String bucket) |
SourceClip |
withDurationInMillisecond(Integer durationInMillisecond) |
SourceClip |
withDurationInSecond(Integer durationInSecond) |
SourceClip |
withEnableCrop(Boolean enableCrop) |
SourceClip |
withEnableDelogo(Boolean enableDelogo) |
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 SourceClip withStartTimeInSecond(Integer startTimeInSecond)
public SourceClip withDurationInSecond(Integer durationInSecond)
public SourceClip withStartTimeInMillisecond(Integer startTimeInMillisecond)
public SourceClip withDurationInMillisecond(Integer durationInMillisecond)
public SourceClip withEnableLogo(Boolean enableLogo)
public SourceClip withBucket(String bucket)
public SourceClip withAsMasterClip(Boolean enableDelogo)
public SourceClip withEnableDelogo(Boolean enableDelogo)
public SourceClip withEnableCrop(Boolean enableCrop)
Copyright © 2022. All rights reserved.