Uses of Class
com.kaltura.client.enums.DrmProviderType
-
Packages that use DrmProviderType Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of DrmProviderType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return DrmProviderType Modifier and Type Method Description static DrmProviderTypeDrmProviderType. get(String value)static DrmProviderTypeDrmProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrmProviderType[]DrmProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DrmProviderType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type DrmProviderType Modifier and Type Method Description static DrmProfileService.GetByProviderDrmProfileBuilderDrmProfileService. getByProvider(DrmProviderType provider)Retrieve a KalturaDrmProfile object by provider, if no specific profile defined return default profileConstructors in com.kaltura.client.services with parameters of type DrmProviderType Constructor Description GetByProviderDrmProfileBuilder(DrmProviderType provider) -
Uses of DrmProviderType in com.kaltura.client.types
Methods in com.kaltura.client.types that return DrmProviderType Modifier and Type Method Description DrmProviderTypeDrmPolicy. getProvider()DrmProviderTypeDrmProfile. getProvider()DrmProviderTypeDrmPolicyBaseFilter. getProviderEqual()DrmProviderTypeDrmProfileBaseFilter. getProviderEqual()Methods in com.kaltura.client.types with parameters of type DrmProviderType Modifier and Type Method Description voidDrmPolicy. setProvider(DrmProviderType provider)voidDrmProfile. setProvider(DrmProviderType provider)voidDrmPolicyBaseFilter. setProviderEqual(DrmProviderType providerEqual)voidDrmProfileBaseFilter. setProviderEqual(DrmProviderType providerEqual)
-