public class ParseStreamingManifestRequest extends AbstractModel
| Constructor and Description |
|---|
ParseStreamingManifestRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getManifestType()
Get 视频索引文件格式。默认 m3u8 格式。
m3u8
mpd
|
String |
getMediaManifestContent()
Get 待解析的索引文件内容。
|
void |
setManifestType(String ManifestType)
Set 视频索引文件格式。默认 m3u8 格式。
m3u8
mpd
|
void |
setMediaManifestContent(String MediaManifestContent)
Set 待解析的索引文件内容。
|
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 getMediaManifestContent()
public void setMediaManifestContent(String MediaManifestContent)
MediaManifestContent - 待解析的索引文件内容。public String getManifestType()
public void setManifestType(String ManifestType)
ManifestType - 视频索引文件格式。默认 m3u8 格式。
Copyright © 2020. All rights reserved.