static JavaSourceGraph |
DSGraph.createJavaSourceGraph(int flags,
int width,
int height,
float fps,
java.lang.String renderFile,
DSFilterInfo videoCompressor,
boolean preview,
java.beans.PropertyChangeListener pcl)
Deprecated. method, use the nine or eleven arguments createJavaSourceGraph versions with srcFilter flags instead. |
static JavaSourceGraph |
DSGraph.createJavaSourceGraph(int renderFlags,
int srcFlags,
int width,
int height,
float fps,
java.lang.String renderFile,
DSFilterInfo videoCompressor,
boolean preview,
java.beans.PropertyChangeListener pcl)
creates a graph that uses the dsj_JavaSource filter. |