Uses of Class
com.kaltura.client.services.AnnotationService.AddFromBulkAnnotationBuilder
-
Packages that use AnnotationService.AddFromBulkAnnotationBuilder Package Description com.kaltura.client.services -
-
Uses of AnnotationService.AddFromBulkAnnotationBuilder in com.kaltura.client.services
Methods in com.kaltura.client.services that return AnnotationService.AddFromBulkAnnotationBuilder Modifier and Type Method Description static AnnotationService.AddFromBulkAnnotationBuilderAnnotationService. addFromBulk(FileHolder fileData)Allows you to add multiple cue points objects by uploading XML that contains multiple cue point definitionsstatic AnnotationService.AddFromBulkAnnotationBuilderAnnotationService. addFromBulk(File fileData)static AnnotationService.AddFromBulkAnnotationBuilderAnnotationService. addFromBulk(FileInputStream fileData, String fileDataMimeType, String fileDataName)static AnnotationService.AddFromBulkAnnotationBuilderAnnotationService. addFromBulk(InputStream fileData, String fileDataMimeType, String fileDataName, long fileDataSize)
-