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

void Impala::Core::Stream::RgbDataSrc::GetDuration ( long &  hour,
long &  minute,
long &  second,
long &  fraction 
) const [inline]

Definition at line 212 of file RgbDataSrc.h.

References mDurationHour, mDurationMin, and mDurationSec.

00213     {
00214         hour     = mDurationHour;
00215         minute   = mDurationMin;
00216         second   = mDurationSec;
00217         fraction = 0;
00218         return;
00219     }


Generated on Thu Jan 13 09:20:28 2011 for ImpalaSrc by  doxygen 1.5.1