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

void Impala::Core::VideoSet::Mpeg7Doc::ExportMediaTime ( Util::IOBuffer ioBuf,
int  point,
int  duration 
) [inline, private]

Definition at line 837 of file Mpeg7Doc.h.

References Frame2Duration(), Frame2TimePoint(), and Impala::Util::IOBuffer::Puts().

Referenced by ExportShot(), and ExportXml().

00838     {
00839         ioBuf->Puts("<MediaTime>");
00840         ioBuf->Puts("<MediaTimePoint>" + Frame2TimePoint(point) +
00841                     "</MediaTimePoint>");
00842         if (duration != -1)
00843             ioBuf->Puts("<MediaDuration>" + Frame2Duration(duration) +
00844                         "</MediaDuration>");
00845         ioBuf->Puts("</MediaTime>");
00846     }

Here is the call graph for this function:


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