Uses of Class
org.opencastproject.inspection.api.MediaInspectionException
Packages that use MediaInspectionException
Package
Description
-
Uses of MediaInspectionException in org.opencastproject.inspection.api
Methods in org.opencastproject.inspection.api that throw MediaInspectionExceptionModifier and TypeMethodDescriptionMediaInspectionService.enrich(MediaPackageElement original, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionService.enrich(MediaPackageElement original, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadataInspect a track based on a given uri to the track and put the gathered data into the trackInspect a track based on a given uri to the track and put the gathered data into the track -
Uses of MediaInspectionException in org.opencastproject.inspection.ffmpeg
Methods in org.opencastproject.inspection.ffmpeg that throw MediaInspectionExceptionModifier and TypeMethodDescriptionMediaInspectionServiceImpl.enrich(MediaPackageElement element, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionServiceImpl.enrich(MediaPackageElement element, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadataMediaInspector.enrich(MediaPackageElement element, boolean override, Map<String, String> options) Enriches the given element's mediapackage.Inspect a track based on a given uri to the track and put the gathered data into the trackInspect a track based on a given uri to the track and put the gathered data into the trackMediaInspector.inspectTrack(URI trackURI, Map<String, String> options) Inspects the element that is passed in as uri. -
Uses of MediaInspectionException in org.opencastproject.inspection.remote
Methods in org.opencastproject.inspection.remote that throw MediaInspectionExceptionModifier and TypeMethodDescriptionMediaInspectionServiceRemoteImpl.enrich(MediaPackageElement original, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionServiceRemoteImpl.enrich(MediaPackageElement original, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadataInspect a track based on a given uri to the track and put the gathered data into the trackInspect a track based on a given uri to the track and put the gathered data into the track -
Uses of MediaInspectionException in org.opencastproject.videoeditor.impl
Methods in org.opencastproject.videoeditor.impl that throw MediaInspectionException