Class CaptionServiceImpl

java.lang.Object
org.opencastproject.job.api.AbstractJobProducer
org.opencastproject.caption.impl.CaptionServiceImpl
All Implemented Interfaces:
CaptionService, JobProducer, org.osgi.service.cm.ManagedService

public class CaptionServiceImpl extends AbstractJobProducer implements CaptionService, org.osgi.service.cm.ManagedService
Implementation of CaptionService. Uses ComponentContext to get all registered CaptionConverters. Converters are searched based on caption.format property. If there is no match for specified input or output format UnsupportedCaptionFormatException is thrown.