Class VideoExtractor

java.lang.Object
de.swa.gmaf.plugin.video.VideoExtractor
All Implemented Interfaces:
FileExtensionPlugin

public class VideoExtractor
extends java.lang.Object
implements FileExtensionPlugin
  • Constructor Summary

    Constructors 
    Constructor Description
    VideoExtractor()  
  • Method Summary

    Modifier and Type Method Description
    boolean canProcess​(java.io.File f)
    returns, if a plugin can process a given file
    java.util.Vector<java.io.File> getAdditionalAssets()
    returns a list of additional assets, e.g. embedded images for further processing
    java.util.Vector<java.lang.String> getExtensions()
    returns the list of supported extensions
    java.util.Hashtable<java.lang.String,​java.lang.String> getKeywords()
    returns the hashtable of keywords of a given text
    java.util.Vector<java.lang.String> getSentences()
    returns a vector of sentences as splitted text
    void process()
    processes a the file

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait