Uses of Class
org.opencastproject.caption.api.UnsupportedCaptionFormatException
Packages that use UnsupportedCaptionFormatException
Package
Description
-
Uses of UnsupportedCaptionFormatException in org.opencastproject.caption.api
Methods in org.opencastproject.caption.api that throw UnsupportedCaptionFormatExceptionModifier 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[]CaptionService.getLanguageList(MediaPackageElement input, String format) Returns list of languages available in captions (if such information is stored). -
Uses of UnsupportedCaptionFormatException in org.opencastproject.caption.impl
Methods in org.opencastproject.caption.impl that throw UnsupportedCaptionFormatExceptionModifier 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 UnsupportedCaptionFormatException in org.opencastproject.caption.remote
Methods in org.opencastproject.caption.remote that throw UnsupportedCaptionFormatExceptionModifier 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)