public class FastEditMediaRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
FastEditMediaRequest() |
FastEditMediaRequest(FastEditMediaRequest 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 |
getClipMode()
Get ClipMode is used to indicate whether to include this segment when the clipping time point falls in the middle of a TS segment.
|
FastEditMediaFileInfo[] |
getFileInfos()
Get Input media file information.
|
Long |
getSubAppId()
Get VOD [Application](/document/product/266/14574) ID.
|
void |
setClipMode(String ClipMode)
Set ClipMode is used to indicate whether to include this segment when the clipping time point falls in the middle of a TS segment.
|
void |
setFileInfos(FastEditMediaFileInfo[] FileInfos)
Set Input media file information.
|
void |
setSubAppId(Long SubAppId)
Set VOD [Application](/document/product/266/14574) ID.
|
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 FastEditMediaRequest()
public FastEditMediaRequest(FastEditMediaRequest source)
public FastEditMediaFileInfo[] getFileInfos()
public void setFileInfos(FastEditMediaFileInfo[] FileInfos)
FileInfos
- Input media file information. Support for up to 100 media inputs.public String getClipMode()
public void setClipMode(String ClipMode)
ClipMode
- ClipMode is used to indicate whether to include this segment when the clipping time point falls in the middle of a TS segment. There are two values:public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- VOD [Application](/document/product/266/14574) ID. Customers who activate VOD services from December 25, 2023, if they access resources in VOD applications (whether it is a default application or a newly created application), must fill in this field as the application ID. Copyright © 2024. All rights reserved.