Uses of Class
com.kaltura.client.enums.MediaType
-
Packages that use MediaType Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of MediaType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return MediaType Modifier and Type Method Description static MediaTypeMediaType. get(Integer value)static MediaTypeMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaType[]MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MediaType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type MediaType Modifier and Type Method Description static SearchService.SearchUrlSearchBuilderSearchService. searchUrl(MediaType mediaType, String url)Search for media given a specific URL Kaltura supports a searchURL action on some of the media providers.Constructors in com.kaltura.client.services with parameters of type MediaType Constructor Description SearchUrlSearchBuilder(MediaType mediaType, String url) -
Uses of MediaType in com.kaltura.client.types
Methods in com.kaltura.client.types that return MediaType Modifier and Type Method Description MediaTypeMediaEntry. getMediaType()MediaTypeSearch. getMediaType()MediaTypeMediaEntryBaseFilter. getMediaTypeEqual()Methods in com.kaltura.client.types with parameters of type MediaType Modifier and Type Method Description voidMediaEntry. setMediaType(MediaType mediaType)voidSearch. setMediaType(MediaType mediaType)voidMediaEntryBaseFilter. setMediaTypeEqual(MediaType mediaTypeEqual)
-