Uses of Interface
org.opencastproject.caption.api.CaptionConverter
Packages that use CaptionConverter
-
Uses of CaptionConverter in org.opencastproject.caption.converters
Classes in org.opencastproject.caption.converters that implement CaptionConverterModifier and TypeClassDescriptionclassThis is converter for DFXP, XML based caption format.classclassclassThis is converter for Mpeg7 caption format.classConverter engine for SubRip srt caption format.class -
Uses of CaptionConverter in org.opencastproject.caption.impl
Methods in org.opencastproject.caption.impl that return CaptionConverterModifier and TypeMethodDescriptionprotected CaptionConverterCaptionServiceImpl.getCaptionConverter(String formatName) Returns specificCaptionConverter.Methods in org.opencastproject.caption.impl that return types with arguments of type CaptionConverterModifier and TypeMethodDescriptionprotected HashMap<String, CaptionConverter> CaptionServiceImpl.getAvailableCaptionConverters()Returns all registered CaptionFormats.