public class OutputInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OutputInfo()  | 
OutputInfo(OutputInfo 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 | 
|---|---|
DashManifestInfo | 
getDashManifestConf()
Get The manifest info, used when Type is DASH. 
 | 
String | 
getGroupName()
Get The output group name can be associated with the source group name. 
 | 
ManifestInfo | 
getManifestConf()
Get The manifest info, used when Type is HLS. 
 | 
String | 
getManifestName()
Get The file name output by the channel program after scheduling. 
 | 
String | 
getPlaybackURL()
Get Playback address. 
 | 
String | 
getType()
Get HLS DASH. 
 | 
void | 
setDashManifestConf(DashManifestInfo DashManifestConf)
Set The manifest info, used when Type is DASH. 
 | 
void | 
setGroupName(String GroupName)
Set The output group name can be associated with the source group name. 
 | 
void | 
setManifestConf(ManifestInfo ManifestConf)
Set The manifest info, used when Type is HLS. 
 | 
void | 
setManifestName(String ManifestName)
Set The file name output by the channel program after scheduling. 
 | 
void | 
setPlaybackURL(String PlaybackURL)
Set Playback address. 
 | 
void | 
setType(String Type)
Set HLS DASH. 
 | 
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 OutputInfo()
public OutputInfo(OutputInfo source)
public String getType()
public void setType(String Type)
Type - HLS DASH.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - The output group name can be associated with the source group name.public String getManifestName()
public void setManifestName(String ManifestName)
ManifestName - The file name output by the channel program after scheduling.public ManifestInfo getManifestConf()
public void setManifestConf(ManifestInfo ManifestConf)
ManifestConf - The manifest info, used when Type is HLS.public String getPlaybackURL()
public void setPlaybackURL(String PlaybackURL)
PlaybackURL - Playback address.public DashManifestInfo getDashManifestConf()
public void setDashManifestConf(DashManifestInfo DashManifestConf)
DashManifestConf - The manifest info, used when Type is DASH.Copyright © 2025. All rights reserved.