public class DashManifestInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DashManifestInfo() |
DashManifestInfo(DashManifestInfo 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 |
|---|---|
Long |
getMinBufferTime()
Get The minimum cache time (in seconds) that the player keeps in the buffer.
|
Long |
getMinUpdatePeriod()
Get The minimum time (in seconds) that the player should wait before requesting an update to the manifest.
|
Long |
getSuggestedPresentationDelay()
Get The time from the latest live broadcast time point when the player starts broadcasting is a rollback amount (in seconds).
|
Long |
getWindows()
Get The total duration of each manifest in seconds.
|
void |
setMinBufferTime(Long MinBufferTime)
Set The minimum cache time (in seconds) that the player keeps in the buffer.
|
void |
setMinUpdatePeriod(Long MinUpdatePeriod)
Set The minimum time (in seconds) that the player should wait before requesting an update to the manifest.
|
void |
setSuggestedPresentationDelay(Long SuggestedPresentationDelay)
Set The time from the latest live broadcast time point when the player starts broadcasting is a rollback amount (in seconds).
|
void |
setWindows(Long Windows)
Set The total duration of each manifest in seconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DashManifestInfo()
public DashManifestInfo(DashManifestInfo source)
public Long getWindows()
public void setWindows(Long Windows)
Windows - The total duration of each manifest in seconds. [30, 3600], type: integer, default value 60.public Long getMinBufferTime()
public void setMinBufferTime(Long MinBufferTime)
MinBufferTime - The minimum cache time (in seconds) that the player keeps in the buffer. [2, 60], type: integer, default value 30.public Long getMinUpdatePeriod()
public void setMinUpdatePeriod(Long MinUpdatePeriod)
MinUpdatePeriod - The minimum time (in seconds) that the player should wait before requesting an update to the manifest. [2, 60], type: integer, default value 2.public Long getSuggestedPresentationDelay()
public void setSuggestedPresentationDelay(Long SuggestedPresentationDelay)
SuggestedPresentationDelay - The time from the latest live broadcast time point when the player starts broadcasting is a rollback amount (in seconds). [2, 60], type: integer, default value 10.Copyright © 2025. All rights reserved.