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

int Impala::Core::Stream::Lavc::VideoAccessObject::VideoTimeBaseNumerator (  )  const [inline]

Definition at line 258 of file VideoAccessObject.h.

References mVideoStream.

Referenced by Impala::Core::Stream::RgbDataSrcLavc::InitStaticMetadata().

00259     {
00260         const AVRational videoTimeBase = 
00261             mVideoStream->time_base; // time fraction duration (seconds)
00262         return videoTimeBase.num;
00263     }


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