public class HlsRemuxSettingsInfo extends AbstractModel
skipSign
Constructor and Description |
---|
HlsRemuxSettingsInfo() |
HlsRemuxSettingsInfo(HlsRemuxSettingsInfo 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.
|
Long |
getLowLatency()
Get
|
Long |
getPartialSegmentDuration()
Get
|
Long |
getPartialSegmentPlaySite()
Get
|
Long |
getPdtDuration()
Get PDT duration in seconds.
|
String |
getPdtInsertion()
Get Whether to enable PDT insertion.
|
String |
getScheme()
Get Audio/Video packaging scheme.
|
Long |
getSegmentDuration()
Get Segment duration in ms.
|
Long |
getSegmentNumber()
Get Number of segments.
|
String |
getSegmentType()
Get The segment type.
|
void |
setH265PackageType(String H265PackageType)
Set The HLS package type when the H.265 codec is used.
|
void |
setLowLatency(Long LowLatency)
Set
|
void |
setPartialSegmentDuration(Long PartialSegmentDuration)
Set
|
void |
setPartialSegmentPlaySite(Long PartialSegmentPlaySite)
Set
|
void |
setPdtDuration(Long PdtDuration)
Set PDT duration in seconds.
|
void |
setPdtInsertion(String PdtInsertion)
Set Whether to enable PDT insertion.
|
void |
setScheme(String Scheme)
Set Audio/Video packaging scheme.
|
void |
setSegmentDuration(Long SegmentDuration)
Set Segment duration in ms.
|
void |
setSegmentNumber(Long SegmentNumber)
Set Number of segments.
|
void |
setSegmentType(String SegmentType)
Set The segment type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HlsRemuxSettingsInfo()
public HlsRemuxSettingsInfo(HlsRemuxSettingsInfo 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 getPdtInsertion()
public void setPdtInsertion(String PdtInsertion)
PdtInsertion
- Whether to enable PDT insertion. Valid values: CLOSE/OPEN. Default value: CLOSE.public Long getPdtDuration()
public void setPdtDuration(Long PdtDuration)
PdtDuration
- PDT duration in seconds. Value range: (0,3000]. Default value: 600.public String getScheme()
public void setScheme(String Scheme)
Scheme
- Audio/Video packaging scheme. Valid values: `SEPARATE`, `MERGE`. Default value is: SEPARATE.public String getSegmentType()
public void setSegmentType(String SegmentType)
SegmentType
- The segment type. Valid values: `ts` (default), `fmp4`.
Currently, fMP4 segments do not support DRM or time shifting.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).public Long getLowLatency()
public void setLowLatency(Long LowLatency)
LowLatency
- public Long getPartialSegmentDuration()
public void setPartialSegmentDuration(Long PartialSegmentDuration)
PartialSegmentDuration
- public Long getPartialSegmentPlaySite()
public void setPartialSegmentPlaySite(Long PartialSegmentPlaySite)
PartialSegmentPlaySite
- Copyright © 2023. All rights reserved.