Uses of Class
de.humatic.dsj.sink.FileSink

Packages that use FileSink
de.humatic.dsj.sink   
 

Uses of FileSink in de.humatic.dsj.sink
 

Methods in de.humatic.dsj.sink that return FileSink
static FileSink FileSink.forType(int fileType, java.lang.String outputPath)
          Creates a predefined FileSink for the given type.
You will only get a valid object returned if the native DirectShow filters needed to write the various filetypes are installed on the runtime system.
static FileSink FileSink.fromXML(java.lang.String name, java.lang.String outputPath)
          Creates a FileSink from a filterchain description layed out in the xml setup file, allowing to easily extend functionality.
You will only get a valid object returned if the native DirectShow filters listed in the xml are installed on the runtime system.