public class ProjectMediaCastStatusChangedEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProjectMediaCastStatusChangedEvent() |
ProjectMediaCastStatusChangedEvent(ProjectMediaCastStatusChangedEvent 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 |
---|---|
MediaCastDestinationInterruptInfo |
getDestinationInterruptInfo()
Get 点播转直播输出断流信息,仅当 Status 取值 DestinationInterrupted 时有效。
|
String |
getProjectId()
Get 项目 Id。
|
MediaCastSourceInterruptInfo |
getSourceInterruptInfo()
Get 点播转直播输入断流信息,仅当 Status 取值 SourceInterrupted 时有效。
|
String |
getStatus()
Get 项目状态,取值有:
Started:点播转直播开始;
Stopped:点播转直播结束;
SourceInterrupted:点播转直播输入断流;
DestinationInterrupted:点播转直播输出断流。
|
void |
setDestinationInterruptInfo(MediaCastDestinationInterruptInfo DestinationInterruptInfo)
Set 点播转直播输出断流信息,仅当 Status 取值 DestinationInterrupted 时有效。
|
void |
setProjectId(String ProjectId)
Set 项目 Id。
|
void |
setSourceInterruptInfo(MediaCastSourceInterruptInfo SourceInterruptInfo)
Set 点播转直播输入断流信息,仅当 Status 取值 SourceInterrupted 时有效。
|
void |
setStatus(String Status)
Set 项目状态,取值有:
Started:点播转直播开始;
Stopped:点播转直播结束;
SourceInterrupted:点播转直播输入断流;
DestinationInterrupted:点播转直播输出断流。
|
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, toJsonString
public ProjectMediaCastStatusChangedEvent()
public ProjectMediaCastStatusChangedEvent(ProjectMediaCastStatusChangedEvent source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 Id。public String getStatus()
public void setStatus(String Status)
Status
- 项目状态,取值有:
public MediaCastSourceInterruptInfo getSourceInterruptInfo()
public void setSourceInterruptInfo(MediaCastSourceInterruptInfo SourceInterruptInfo)
SourceInterruptInfo
- 点播转直播输入断流信息,仅当 Status 取值 SourceInterrupted 时有效。public MediaCastDestinationInterruptInfo getDestinationInterruptInfo()
public void setDestinationInterruptInfo(MediaCastDestinationInterruptInfo DestinationInterruptInfo)
DestinationInterruptInfo
- 点播转直播输出断流信息,仅当 Status 取值 DestinationInterrupted 时有效。Copyright © 2024. All rights reserved.