Uses of Class
com.kaltura.client.types.LiveChannelSegment
-
Packages that use LiveChannelSegment Package Description com.kaltura.client.services -
-
Uses of LiveChannelSegment in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type LiveChannelSegment Modifier and Type Method Description static LiveChannelSegmentService.AddLiveChannelSegmentBuilderLiveChannelSegmentService. add(LiveChannelSegment liveChannelSegment)Add new live channel segmentstatic LiveChannelSegmentService.UpdateLiveChannelSegmentBuilderLiveChannelSegmentService. update(long id, LiveChannelSegment liveChannelSegment)Update live channel segment by idConstructors in com.kaltura.client.services with parameters of type LiveChannelSegment Constructor Description AddLiveChannelSegmentBuilder(LiveChannelSegment liveChannelSegment)UpdateLiveChannelSegmentBuilder(long id, LiveChannelSegment liveChannelSegment)
-