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:
|