Uses of Class
com.kaltura.client.types.LiveFeature
-
Packages that use LiveFeature Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of LiveFeature in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type LiveFeature Modifier and Type Method Description static ScheduleEventService.UpdateLiveFeatureScheduleEventBuilderScheduleEventService. updateLiveFeature(int scheduledEventId, String featureName, LiveFeature liveFeature)Add feature to live eventConstructors in com.kaltura.client.services with parameters of type LiveFeature Constructor Description UpdateLiveFeatureScheduleEventBuilder(int scheduledEventId, String featureName, LiveFeature liveFeature) -
Uses of LiveFeature in com.kaltura.client.types
Subclasses of LiveFeature in com.kaltura.client.types Modifier and Type Class Description classLiveCaptionFeatureThis class was generated using generate.php against an XML schema provided by Kaltura.classLiveRestreamFeatureThis class was generated using generate.php against an XML schema provided by Kaltura.Methods in com.kaltura.client.types that return types with arguments of type LiveFeature Modifier and Type Method Description List<LiveFeature>LiveStreamScheduleEvent. getLiveFeatures()Method parameters in com.kaltura.client.types with type arguments of type LiveFeature Modifier and Type Method Description voidLiveStreamScheduleEvent. setLiveFeatures(List<LiveFeature> liveFeatures)
-