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 ParameterSetMediaCensor. configure(ParameterSet configuration)Configure the censor.ParameterSetMediaConverter. configure(ParameterSet configuration)Configure the converter.booleanMediaConverter. conversionSupported(String sourceType, String destinationType)Determines whether this converter supports conversion between the given types.MediaThreadMediaCensor. start(String sourceType, File source, List<Double> boundaries, File destination)Starts censoring.MediaThreadMediaConverter. start(String sourceType, File source, String destinationType, File destination)Starts conversion.booleanMediaCensor. 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 ParameterSetFfmpegCensor. configure(ParameterSet configuration)Configure the censor.ParameterSetFfmpegConverter. configure(ParameterSet configuration)Configure the converter.booleanFfmpegConverter. conversionSupported(String sourceType, String destinationType)Determines whether this converter supports conversion between the given types.MediaThreadFfmpegCensor. start(String sourceType, File source, List<Double> boundaries, File destination)Starts censoring.MediaThreadFfmpegConverter. start(String sourceType, File source, String destinationType, File destination)Starts conversion.booleanFfmpegCensor. 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 ParameterSetChannelExtractor. configure(ParameterSet configuration)Configure the converter.ParameterSetFragmentExtractor. configure(ParameterSet configuration)Configure the converter.ParameterSetResampler. configure(ParameterSet configuration)Configure the converter.booleanChannelExtractor. conversionSupported(String sourceType, String destinationType)Determines whether this converter supports conversion between the given types.booleanFragmentExtractor. conversionSupported(String sourceType, String destinationType)Determines whether this converter supports conversion between the given types.booleanResampler. conversionSupported(String sourceType, String destinationType)Determines whether this converter supports conversion between the given types.MediaThreadChannelExtractor. start(String sourceType, File source, String destinationType, File destination)Starts conversion.MediaThreadFragmentExtractor. start(String sourceType, File source, String destinationType, File destination)Starts conversion.MediaThreadResampler. start(String sourceType, File source, String destinationType, File destination)Starts conversion.
-