public class Concat extends AbstractModel
| Constructor and Description | 
|---|
Concat()  | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
getEnabled()
Get Whether to enable the video splicing feature
If the video splicing feature is enabled, the real-time recording service will splice multiple video clips resulting from the pause into one video. 
 | 
String | 
getImage()
Get Download address of the padding image used during video splicing. 
 | 
void | 
setEnabled(Boolean Enabled)
Set Whether to enable the video splicing feature
If the video splicing feature is enabled, the real-time recording service will splice multiple video clips resulting from the pause into one video. 
 | 
void | 
setImage(String Image)
Set Download address of the padding image used during video splicing. 
 | 
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, toJsonStringpublic Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether to enable the video splicing feature
If the video splicing feature is enabled, the real-time recording service will splice multiple video clips resulting from the pause into one video.public String getImage()
public void setImage(String Image)
Image - Download address of the padding image used during video splicing. If it is not specified, a pure black image is used by default.Copyright © 2021. All rights reserved.