public class VideoConfiguration
extends java.lang.Object
Constructor and Description |
---|
VideoConfiguration() |
Modifier and Type | Method and Description |
---|---|
static IVideo |
getVideo(Configuration pConfiguration)
Creates a
IVideo object from a configuration file. |
public static IVideo getVideo(Configuration pConfiguration) throws java.lang.Exception
IVideo
object from a configuration file. Exception messages by configuring the video object
are written to the command line.pConfiguration
- The configuration object that handles the direct access to the configuration file.IVideo
object that is represents the video defined by the settings of the specified configuration file.java.lang.NullPointerException
- when no configuration object has been specified.java.lang.Exception
- when the video object could not be configured.