Uses of Class
nzilbb.media.MediaException
-
Packages that use MediaException Package Description nzilbb.media Interfaces and classes for automated media processing.nzilbb.media.ffmpeg Media processing classes that use ffmpeg for editing/converting media.nzilbb.media.wav Classes for processing WAV files, using the javax.sound.sampled native Java API. -
-
Uses of MediaException in nzilbb.media
Methods in nzilbb.media that throw MediaException Modifier and Type Method Description ParameterSet
MediaCensor. configure(ParameterSet configuration)
Configure the censor.ParameterSet
MediaConverter. configure(ParameterSet configuration)
Configure the converter.boolean
MediaConverter. conversionSupported(String sourceType, String destinationType)
Determines whether this converter supports conversion between the given types.MediaThread
MediaCensor. start(String sourceType, File source, List<Double> boundaries, File destination)
Starts censoring.MediaThread
MediaConverter. start(String sourceType, File source, String destinationType, File destination)
Starts conversion.boolean
MediaCensor. typeSupported(String sourceType)
Determines whether this censor supports censoring of media of the given type. -
Uses of MediaException in nzilbb.media.ffmpeg
Methods in nzilbb.media.ffmpeg that throw MediaException Modifier and Type Method Description ParameterSet
FfmpegCensor. configure(ParameterSet configuration)
Configure the censor.ParameterSet
FfmpegConverter. configure(ParameterSet configuration)
Configure the converter.boolean
FfmpegConverter. conversionSupported(String sourceType, String destinationType)
Determines whether this converter supports conversion between the given types.MediaThread
FfmpegCensor. start(String sourceType, File source, List<Double> boundaries, File destination)
Starts censoring.MediaThread
FfmpegConverter. start(String sourceType, File source, String destinationType, File destination)
Starts conversion.boolean
FfmpegCensor. typeSupported(String sourceType)
Determines whether this censor supports censoring of media of the given type. -
Uses of MediaException in nzilbb.media.wav
Methods in nzilbb.media.wav that throw MediaException Modifier and Type Method Description ParameterSet
FragmentExtractor. configure(ParameterSet configuration)
Configure the converter.ParameterSet
Resampler. configure(ParameterSet configuration)
Configure the converter.boolean
FragmentExtractor. conversionSupported(String sourceType, String destinationType)
Determines whether this converter supports conversion between the given types.boolean
Resampler. conversionSupported(String sourceType, String destinationType)
Determines whether this converter supports conversion between the given types.MediaThread
FragmentExtractor. start(String sourceType, File source, String destinationType, File destination)
Starts conversion.MediaThread
Resampler. start(String sourceType, File source, String destinationType, File destination)
Starts conversion.
-