Uses of Class
com.kaltura.client.types.DrmProfile
-
Packages that use DrmProfile Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of DrmProfile in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type DrmProfile Modifier and Type Method Description static DrmProfileService.AddDrmProfileBuilderDrmProfileService. add(DrmProfile drmProfile)Allows you to add a new DrmProfile objectstatic DrmProfileService.UpdateDrmProfileBuilderDrmProfileService. update(int drmProfileId, DrmProfile drmProfile)Update an existing KalturaDrmProfile objectConstructors in com.kaltura.client.services with parameters of type DrmProfile Constructor Description AddDrmProfileBuilder(DrmProfile drmProfile)UpdateDrmProfileBuilder(int drmProfileId, DrmProfile drmProfile) -
Uses of DrmProfile in com.kaltura.client.types
Subclasses of DrmProfile in com.kaltura.client.types Modifier and Type Class Description classFairplayDrmProfileThis class was generated using generate.php against an XML schema provided by Kaltura.classPlayReadyProfileThis class was generated using generate.php against an XML schema provided by Kaltura.classWidevineProfileThis class was generated using generate.php against an XML schema provided by Kaltura.
-