public class InputLossBehaviorInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InputLossBehaviorInfo() | 
| InputLossBehaviorInfo(InputLossBehaviorInfo 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 | getColorRGB()Get When the type is COLOR, the corresponding rgb value | 
| String | getImageUrl()Get When the type is IMAGE, the corresponding image url value | 
| String | getInputLossImageType()Get Fill frame type, COLOR means solid color filling, IMAGE means picture filling, the default is COLOR. | 
| Long | getRepeatLastFrameMs()Get The time to fill in the last video frame, unit ms, range 0-1000000, 1000000 means always inserting, default 0 means filling in black screen frame. | 
| void | setColorRGB(String ColorRGB)Set When the type is COLOR, the corresponding rgb value | 
| void | setImageUrl(String ImageUrl)Set When the type is IMAGE, the corresponding image url value | 
| void | setInputLossImageType(String InputLossImageType)Set Fill frame type, COLOR means solid color filling, IMAGE means picture filling, the default is COLOR. | 
| void | setRepeatLastFrameMs(Long RepeatLastFrameMs)Set The time to fill in the last video frame, unit ms, range 0-1000000, 1000000 means always inserting, default 0 means filling in black screen frame. | 
| 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, toJsonStringpublic InputLossBehaviorInfo()
public InputLossBehaviorInfo(InputLossBehaviorInfo source)
public Long getRepeatLastFrameMs()
public void setRepeatLastFrameMs(Long RepeatLastFrameMs)
RepeatLastFrameMs - The time to fill in the last video frame, unit ms, range 0-1000000, 1000000 means always inserting, default 0 means filling in black screen frame.public String getInputLossImageType()
public void setInputLossImageType(String InputLossImageType)
InputLossImageType - Fill frame type, COLOR means solid color filling, IMAGE means picture filling, the default is COLOR.public String getColorRGB()
public void setColorRGB(String ColorRGB)
ColorRGB - When the type is COLOR, the corresponding rgb valuepublic String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl - When the type is IMAGE, the corresponding image url valueCopyright © 2024. All rights reserved.