Uses of Class
com.tencentcloudapi.mps.v20190612.models.ParseLiveStreamProcessNotificationResponse
-
Packages that use ParseLiveStreamProcessNotificationResponse Package Description com.tencentcloudapi.mps.v20190612 com.tencentcloudapi.mps.v20190612.models -
-
Uses of ParseLiveStreamProcessNotificationResponse in com.tencentcloudapi.mps.v20190612
Methods in com.tencentcloudapi.mps.v20190612 that return ParseLiveStreamProcessNotificationResponse Modifier and Type Method Description ParseLiveStreamProcessNotificationResponse
MpsClient. ParseLiveStreamProcessNotification(ParseLiveStreamProcessNotificationRequest req)
从 CMQ 获取到消息后,从消息的 msgBody 字段中解析出 MPS 直播流处理事件通知的内容。 该接口不用于发起网络调用,而是用来帮助生成各个语言平台的 SDK,您可以参考 SDK 中的解析实现事件通知的解析。 -
Uses of ParseLiveStreamProcessNotificationResponse in com.tencentcloudapi.mps.v20190612.models
Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ParseLiveStreamProcessNotificationResponse Constructor Description ParseLiveStreamProcessNotificationResponse(ParseLiveStreamProcessNotificationResponse 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.
-