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

VideoPlayer* Impala::Application::IDash::NfiSixView::GetVideoPlayer ( int  n  )  [inline]

Definition at line 69 of file NfiSixView.h.

References mPlayers.

Referenced by Impala::Application::IDash::NfiSixViewControl::InitDisplayFunc().

00070     {
00071         if (n<0 || n>5) return 0;
00072         return mPlayers[n];
00073     }


Generated on Fri Mar 19 10:39:57 2010 for ImpalaSrc by  doxygen 1.5.1