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

int Impala::Core::VideoSet::Mpeg7DocAudio::GetFractions ( DOMNode mediaTime  )  [inline, private]

Definition at line 322 of file Mpeg7DocAudio.h.

References Impala::Util::StringParser::Eat(), Impala::Util::XmlDoc::GetChildNode(), Impala::Util::XmlDoc::GetElementValue(), and Impala::Util::StringParser::GetInt().

Referenced by ReadData().

00323     {
00324         DOMNode* timePoint = GetChildNode(mediaTime, "MediaTimePoint", true);
00325         String s = GetElementValue(timePoint);
00326         // e.g. s = T00:28:21:5985F30000
00327         Util::StringParser p(s);
00328         p.Eat('F');
00329         return p.GetInt();
00330     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:06 2011 for ImpalaSrc by  doxygen 1.5.1