Uses of Class
com.kaltura.client.enums.LiveChannelSegmentType
-
Packages that use LiveChannelSegmentType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of LiveChannelSegmentType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return LiveChannelSegmentType Modifier and Type Method Description static LiveChannelSegmentTypeLiveChannelSegmentType. get(String value)static LiveChannelSegmentTypeLiveChannelSegmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LiveChannelSegmentType[]LiveChannelSegmentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LiveChannelSegmentType in com.kaltura.client.types
Methods in com.kaltura.client.types that return LiveChannelSegmentType Modifier and Type Method Description LiveChannelSegmentTypeLiveChannelSegment. getType()Methods in com.kaltura.client.types with parameters of type LiveChannelSegmentType Modifier and Type Method Description voidLiveChannelSegment. setType(LiveChannelSegmentType type)
-