Uses of Class
com.kaltura.client.types.LiveChannel
-
Packages that use LiveChannel Package Description com.kaltura.client.services -
-
Uses of LiveChannel in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type LiveChannel Modifier and Type Method Description static LiveChannelService.AddLiveChannelBuilderLiveChannelService. add(LiveChannel liveChannel)Adds new live channel.static LiveChannelService.UpdateLiveChannelBuilderLiveChannelService. update(String id, LiveChannel liveChannel)Update live channel.Constructors in com.kaltura.client.services with parameters of type LiveChannel Constructor Description AddLiveChannelBuilder(LiveChannel liveChannel)UpdateLiveChannelBuilder(String id, LiveChannel liveChannel)
-