Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Visualization::VideoTimeLine::OpenVideo ( String  videoName,
strconst  videoType 
) [inline]

Definition at line 53 of file VideoTimeLine.h.

References Impala::Visualization::VideoPlayer::Construct().

Referenced by Impala::Application::IDash::ScreenTimeLineVideo::HandleNewVideo().

00054     {
00055         RgbDataSrc* videoRgb = VideoPlayer::Construct(videoName, videoType);
00056         RgbDataSrc* stripRgb = VideoPlayer::Construct(videoName, videoType);
00057         OpenVideo(videoName, videoRgb, stripRgb);
00058     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:30 2011 for ImpalaSrc by  doxygen 1.5.1