public class VodPullInputInfo extends AbstractModel
Constructor and Description |
---|
VodPullInputInfo() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInputUrls()
Get 点播输入拉流 URL 。
|
Long |
getLoopTimes()
Get 播放次数,取值有:
-1 : 循环播放,直到转推结束;
0 : 不循环;
大于0 : 具体循环次数,次数和时间以先结束的为准。
默认不循环。
|
void |
setInputUrls(String[] InputUrls)
Set 点播输入拉流 URL 。
|
void |
setLoopTimes(Long LoopTimes)
Set 播放次数,取值有:
-1 : 循环播放,直到转推结束;
0 : 不循环;
大于0 : 具体循环次数,次数和时间以先结束的为准。
默认不循环。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getInputUrls()
public void setInputUrls(String[] InputUrls)
InputUrls
- 点播输入拉流 URL 。public Long getLoopTimes()
public void setLoopTimes(Long LoopTimes)
LoopTimes
- 播放次数,取值有:
Copyright © 2021. All rights reserved.