public class DashRemuxSettingsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DashRemuxSettingsInfo() |
DashRemuxSettingsInfo(DashRemuxSettingsInfo 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 |
---|---|
String |
getH265PackageType()
Get The HLS package type when the H.265 codec is used.
|
String |
getPeriodTriggers()
Get Whether to enable multi-period.
|
Long |
getSegmentDuration()
Get Segment duration in ms.
|
Long |
getSegmentNumber()
Get Number of segments.
|
void |
setH265PackageType(String H265PackageType)
Set The HLS package type when the H.265 codec is used.
|
void |
setPeriodTriggers(String PeriodTriggers)
Set Whether to enable multi-period.
|
void |
setSegmentDuration(Long SegmentDuration)
Set Segment duration in ms.
|
void |
setSegmentNumber(Long SegmentNumber)
Set Number of segments.
|
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 DashRemuxSettingsInfo()
public DashRemuxSettingsInfo(DashRemuxSettingsInfo source)
public Long getSegmentDuration()
public void setSegmentDuration(Long SegmentDuration)
SegmentDuration
- Segment duration in ms. Value range: [1000,30000]. Default value: 4000. The value can only be a multiple of 1,000.public Long getSegmentNumber()
public void setSegmentNumber(Long SegmentNumber)
SegmentNumber
- Number of segments. Value range: [1,30]. Default value: 5.public String getPeriodTriggers()
public void setPeriodTriggers(String PeriodTriggers)
PeriodTriggers
- Whether to enable multi-period. Valid values: CLOSE/OPEN. Default value: CLOSE.public String getH265PackageType()
public void setH265PackageType(String H265PackageType)
H265PackageType
- The HLS package type when the H.265 codec is used. Valid values: `hvc1`, `hev1` (default).Copyright © 2024. All rights reserved.