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 Video index file format, which is `m3u8` by default.
|
String |
getMediaManifestContent()
Get Index file content to be parsed.
|
void |
setManifestType(String ManifestType)
Set Video index file format, which is `m3u8` by default.
|
void |
setMediaManifestContent(String MediaManifestContent)
Set Index file content to be parsed.
|
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 ParseStreamingManifestRequest()
public ParseStreamingManifestRequest(ParseStreamingManifestRequest source)
public String getMediaManifestContent()
public void setMediaManifestContent(String MediaManifestContent)
MediaManifestContent - Index file content to be parsed.public String getManifestType()
public void setManifestType(String ManifestType)
ManifestType - Video index file format, which is `m3u8` by default.
Copyright © 2022. All rights reserved.