public class MediaInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MediaInfo()  | 
MediaInfo(MediaInfo 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 | 
getCodecs()
Get Encoding format 
 | 
Long | 
getDuration()
Get Segment duration during stream detection
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getHeight()
Get Height, in pixels 
 | 
String | 
getThumbnail()
Get Cover 
 | 
Long | 
getWidth()
Get Width, in pixels 
 | 
void | 
setCodecs(String Codecs)
Set Encoding format 
 | 
void | 
setDuration(Long Duration)
Set Segment duration during stream detection
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHeight(Long Height)
Set Height, in pixels 
 | 
void | 
setThumbnail(String Thumbnail)
Set Cover 
 | 
void | 
setWidth(Long Width)
Set Width, in pixels 
 | 
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 MediaInfo()
public MediaInfo(MediaInfo source)
public String getCodecs()
public void setCodecs(String Codecs)
Codecs - Encoding formatpublic Long getDuration()
public void setDuration(Long Duration)
Duration - Segment duration during stream detection
Note: this field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width - Width, in pixelspublic Long getHeight()
public void setHeight(Long Height)
Height - Height, in pixelspublic String getThumbnail()
public void setThumbnail(String Thumbnail)
Thumbnail - CoverCopyright © 2025. All rights reserved.