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

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

Definition at line 988 of file Mpeg7Doc.h.

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

00989     {
00990         DOMNode* timePoint = GetChildNode(mediaTime, "MediaTimePoint", true);
00991         String s = GetElementValue(timePoint);
00992         // e.g. s = T00:28:21:5985F30000
00993         Util::StringParser p(s);
00994         p.Eat('F');
00995         return p.GetInt();
00996     }

Here is the call graph for this function:


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