format
void open(String path) throws EveException
description
Opens the video file stored in the specified location.
parameters
path - the full path and file name of the video to be opened
path
returns
nothing (void)
throws
The open() method throws an EveException if the open operation fails.
open()
EveException