Uses of Class
com.kaltura.client.enums.ViewMode
-
Packages that use ViewMode Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of ViewMode in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ViewMode Modifier and Type Method Description static ViewModeViewMode. get(Integer value)static ViewModeViewMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewMode[]ViewMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ViewMode in com.kaltura.client.types
Methods in com.kaltura.client.types that return ViewMode Modifier and Type Method Description ViewModeLiveEntry. getViewMode()ViewModeLiveEntryServerNode. getViewMode()ViewModeLiveStreamDetails. getViewMode()Methods in com.kaltura.client.types with parameters of type ViewMode Modifier and Type Method Description voidLiveEntry. setViewMode(ViewMode viewMode)voidLiveEntryServerNode. setViewMode(ViewMode viewMode)voidLiveStreamDetails. setViewMode(ViewMode viewMode)
-