Uses of Interface
org.opencastproject.caption.api.Caption
Packages that use Caption
Package
Description
-
Uses of Caption in org.opencastproject.caption.api
Methods in org.opencastproject.caption.api that return types with arguments of type CaptionModifier and TypeMethodDescriptionCaptionConverter.importCaption(InputStream inputStream, String language) Imports captions toList.Method parameters in org.opencastproject.caption.api with type arguments of type CaptionModifier and TypeMethodDescriptionvoidCaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) Exports caption collection. -
Uses of Caption in org.opencastproject.caption.converters
Methods in org.opencastproject.caption.converters that return types with arguments of type CaptionModifier and TypeMethodDescriptionDFXPCaptionConverter.importCaption(InputStream in, String language) Imports captions toList.GoogleSpeechCaptionConverter.importCaption(InputStream inputStream, String languageLineSize) IBMWatsonCaptionConverter.importCaption(InputStream inputStream, String language) Mpeg7CaptionConverter.importCaption(InputStream inputStream, String language) SubRipCaptionConverter.importCaption(InputStream in, String language) Imports captions toList.WebVttCaptionConverter.importCaption(InputStream in, String language) Imports captions toList.Method parameters in org.opencastproject.caption.converters with type arguments of type CaptionModifier and TypeMethodDescriptionvoidDFXPCaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) Exports caption collection.voidGoogleSpeechCaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) voidIBMWatsonCaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) voidMpeg7CaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) voidSubRipCaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) Exports caption collection.voidWebVttCaptionConverter.exportCaption(OutputStream outputStream, List<Caption> captions, String language) Exports caption collection. -
Uses of Caption in org.opencastproject.caption.impl
Classes in org.opencastproject.caption.impl that implement Caption