public class FrameDifferencingConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FRAME_DIFF_PREFIX
the prefix for the frame differencing configuration parameters
|
static java.lang.String |
HISTORY_PREFIX
the prefix for the frame differencing history configuration parameters
|
static java.lang.String |
SHOW_PREFIX
the prefix for the frame differencing show configuration parameters
|
Constructor and Description |
---|
FrameDifferencingConfiguration() |
Modifier and Type | Method and Description |
---|---|
static FrameDifferencing |
getEffect(Configuration pConfiguration)
Creates a frame differencing effect from a configuration file.
|
public static final java.lang.String FRAME_DIFF_PREFIX
public static final java.lang.String HISTORY_PREFIX
public static final java.lang.String SHOW_PREFIX
public static FrameDifferencing getEffect(Configuration pConfiguration) throws java.lang.Exception
pConfiguration
- The configuration object that handles the direct access to the configuration file.java.lang.NullPointerException
- when no configuration object has been specified.java.lang.Exception
- when the video object could not be configured.