Uses of Class
com.tencentcloudapi.cme.v20191029.models.MediaCastDestinationInterruptInfo
-
Packages that use MediaCastDestinationInterruptInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of MediaCastDestinationInterruptInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return MediaCastDestinationInterruptInfo Modifier and Type Method Description MediaCastDestinationInterruptInfoProjectMediaCastStatusChangedEvent. getDestinationInterruptInfo()Get 点播转直播输出断流信息,仅当 Status 取值 DestinationInterrupted 时有效。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaCastDestinationInterruptInfo Modifier and Type Method Description voidProjectMediaCastStatusChangedEvent. setDestinationInterruptInfo(MediaCastDestinationInterruptInfo DestinationInterruptInfo)Set 点播转直播输出断流信息,仅当 Status 取值 DestinationInterrupted 时有效。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaCastDestinationInterruptInfo Constructor Description MediaCastDestinationInterruptInfo(MediaCastDestinationInterruptInfo 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.
-