Uses of Class
org.opencastproject.caption.api.CaptionConverterException
Packages that use CaptionConverterException
Package
Description
-
Uses of CaptionConverterException in org.opencastproject.caption.api
Methods in org.opencastproject.caption.api that throw CaptionConverterExceptionModifier and TypeMethodDescriptionCaptionService.convert(MediaPackageElement input, String inputFormat, String outputFormat) Converts captions from one format to another.CaptionService.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts captions from one format to another.String[]CaptionConverter.getLanguageList(InputStream inputStream) Reads captions and return information about language if such information is available.String[]CaptionService.getLanguageList(MediaPackageElement input, String format) Returns list of languages available in captions (if such information is stored).CaptionConverter.importCaption(InputStream inputStream, String language) Imports captions toList. -
Uses of CaptionConverterException in org.opencastproject.caption.converters
Methods in org.opencastproject.caption.converters that throw CaptionConverterExceptionModifier and TypeMethodDescriptionString[]DFXPCaptionConverter.getLanguageList(InputStream input) Reads captions and return information about language if such information is available.String[]GoogleSpeechCaptionConverter.getLanguageList(InputStream inputStream) String[]IBMWatsonCaptionConverter.getLanguageList(InputStream inputStream) String[]Mpeg7CaptionConverter.getLanguageList(InputStream inputStream) String[]SubRipCaptionConverter.getLanguageList(InputStream input) Reads captions and return information about language if such information is available.String[]WebVttCaptionConverter.getLanguageList(InputStream input) DFXPCaptionConverter.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. -
Uses of CaptionConverterException in org.opencastproject.caption.impl
Methods in org.opencastproject.caption.impl that throw CaptionConverterExceptionModifier and TypeMethodDescriptionprotected MediaPackageElementCaptionServiceImpl.convert(Job job, MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts the captions and returns them in a new catalog.CaptionServiceImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat) Converts captions from one format to another.CaptionServiceImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts captions from one format to another.String[]CaptionServiceImpl.getLanguageList(MediaPackageElement input, String format) Returns list of languages available in captions (if such information is stored). -
Uses of CaptionConverterException in org.opencastproject.caption.remote
Methods in org.opencastproject.caption.remote that throw CaptionConverterExceptionModifier and TypeMethodDescriptionCaptionServiceRemoteImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat) CaptionServiceRemoteImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) String[]CaptionServiceRemoteImpl.getLanguageList(MediaPackageElement input, String format)