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