public class FastEditMediaFileInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
FastEditMediaFileInfo() |
FastEditMediaFileInfo(FastEditMediaFileInfo 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 |
getAudioVideoType()
Get The types of media.
|
Float |
getEndTimeOffset()
Get Offset time at the end of the video clip, unit: seconds.
|
String |
getFileId()
Get Media file ID.
|
Float |
getStartTimeOffset()
Get Offset time of the start of the video clip, unit: seconds.
|
Long |
getTranscodeDefinition()
Get When AudioVideoType is set to Transcode, it is valid and indicates the transcoding template ID for the media being operated on.
|
void |
setAudioVideoType(String AudioVideoType)
Set The types of media.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set Offset time at the end of the video clip, unit: seconds.
|
void |
setFileId(String FileId)
Set Media file ID.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Offset time of the start of the video clip, unit: seconds.
|
void |
setTranscodeDefinition(Long TranscodeDefinition)
Set When AudioVideoType is set to Transcode, it is valid and indicates the transcoding template ID for the media being operated on.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FastEditMediaFileInfo()
public FastEditMediaFileInfo(FastEditMediaFileInfo source)
public String getFileId()
public void setFileId(String FileId)
FileId - Media file ID.public String getAudioVideoType()
public void setAudioVideoType(String AudioVideoType)
AudioVideoType - The types of media. Valid values: public Long getTranscodeDefinition()
public void setTranscodeDefinition(Long TranscodeDefinition)
TranscodeDefinition - When AudioVideoType is set to Transcode, it is valid and indicates the transcoding template ID for the media being operated on.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Offset time of the start of the video clip, unit: seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - Offset time at the end of the video clip, unit: seconds.Copyright © 2025. All rights reserved.