Uses of Class
com.tencentcloudapi.mps.v20190612.models.LiveStreamTaskNotifyConfig
-
Packages that use LiveStreamTaskNotifyConfig Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of LiveStreamTaskNotifyConfig in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return LiveStreamTaskNotifyConfig Modifier and Type Method Description LiveStreamTaskNotifyConfig
ProcessLiveStreamRequest. getTaskNotifyConfig()
Get 任务的事件通知信息,用于指定直播流处理的结果。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type LiveStreamTaskNotifyConfig Modifier and Type Method Description void
ProcessLiveStreamRequest. setTaskNotifyConfig(LiveStreamTaskNotifyConfig TaskNotifyConfig)
Set 任务的事件通知信息,用于指定直播流处理的结果。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type LiveStreamTaskNotifyConfig Constructor Description LiveStreamTaskNotifyConfig(LiveStreamTaskNotifyConfig 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.
-