public class WatermarkCycleConfigForUpdate extends AbstractModel
header, skipSign
Constructor and Description |
---|
WatermarkCycleConfigForUpdate() |
WatermarkCycleConfigForUpdate(WatermarkCycleConfigForUpdate source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getCycleDuration()
Get Duration of a watermark cycle in seconds.
|
Float |
getDisplayDuration()
Get Display duration of a watermark in a watermark cycle in seconds.
|
Float |
getStartTime()
Get Playback time point in seconds when a watermark appears in a video for the first time.
|
void |
setCycleDuration(Float CycleDuration)
Set Duration of a watermark cycle in seconds.
|
void |
setDisplayDuration(Float DisplayDuration)
Set Display duration of a watermark in a watermark cycle in seconds.
|
void |
setStartTime(Float StartTime)
Set Playback time point in seconds when a watermark appears in a video for the first time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WatermarkCycleConfigForUpdate()
public WatermarkCycleConfigForUpdate(WatermarkCycleConfigForUpdate source)
public Float getStartTime()
public void setStartTime(Float StartTime)
StartTime
- Playback time point in seconds when a watermark appears in a video for the first time.public Float getDisplayDuration()
public void setDisplayDuration(Float DisplayDuration)
DisplayDuration
- Display duration of a watermark in a watermark cycle in seconds.public Float getCycleDuration()
public void setCycleDuration(Float CycleDuration)
CycleDuration
- Duration of a watermark cycle in seconds.
If 0 is entered, a watermark will last for only one cycle (i.e., visible for `DisplayDuration` seconds throughout the video).Copyright © 2024. All rights reserved.