public class MediaInputInfo extends AbstractModel
| Constructor and Description | 
|---|
| MediaInputInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| CosInputInfo | getCosInputInfo()Get This parameter is required and valid when `Type` is `COS`, indicating the information of a COS object for video processing. | 
| String | getType()Get Video processing object type. | 
| void | setCosInputInfo(CosInputInfo CosInputInfo)Set This parameter is required and valid when `Type` is `COS`, indicating the information of a COS object for video processing. | 
| void | setType(String Type)Set Video processing object type. | 
| 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 String getType()
public void setType(String Type)
Type - Video processing object type. Only COS is supported currently.public CosInputInfo getCosInputInfo()
public void setCosInputInfo(CosInputInfo CosInputInfo)
CosInputInfo - This parameter is required and valid when `Type` is `COS`, indicating the information of a COS object for video processing.Copyright © 2020. All rights reserved.