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

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

Definition at line 809 of file Mpeg7Doc.h.

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

00810     {
00811         DOMNode* timePoint = GetChildNode(mediaTime, "MediaTimePoint", true);
00812         String s = GetElementValue(timePoint);
00813         // e.g. s = T00:28:21:5985F30000
00814         Util::StringParser p(s);
00815         p.Eat('F');
00816         return p.GetInt();
00817     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:51 2010 for ImpalaSrc by  doxygen 1.5.1