public class MediaKeyFrameDescInfo extends AbstractModel
Constructor and Description |
---|
MediaKeyFrameDescInfo() |
MediaKeyFrameDescInfo(MediaKeyFrameDescInfo 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 |
---|---|
MediaKeyFrameDescItem[] |
getKeyFrameDescSet()
Get Information array of video timestamps.
|
void |
setKeyFrameDescSet(MediaKeyFrameDescItem[] KeyFrameDescSet)
Set Information array of video timestamps.
|
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, toJsonString
public MediaKeyFrameDescInfo()
public MediaKeyFrameDescInfo(MediaKeyFrameDescInfo source)
public MediaKeyFrameDescItem[] getKeyFrameDescSet()
public void setKeyFrameDescSet(MediaKeyFrameDescItem[] KeyFrameDescSet)
KeyFrameDescSet
- Information array of video timestamps.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.