Interface MediaAnalyzer
- All Known Implementing Classes:
FFmpegAnalyzer
public interface MediaAnalyzer
Interface for tools that analyze media files.
Implement this and register it as a factory service.
MediaAnalyzers are not guaranteed to be thread safe.
-
Method Summary
-
Method Details
-
analyze
Analyze a media file and return the metadata that is found- Parameters:
media- any media file- Returns:
- the metadata that is found
- Throws:
MediaAnalyzerException- if the analyzer fails
-
setConfig
-