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

Impala::Visualization::AVPacketDD::AVPacketDD ( Window parent,
int  width,
int  height,
std::string  Name = "AVPacket" 
) [inline]

Definition at line 201 of file RgbDataSrcLavcTestGUI.h.

References Impala::Visualization::PropertyHolder::AddProp().

00202     :PropertyHolder(parent,width,height,Name)
00203     {
00204         AddProp("pts","");
00205         AddProp("dts","");
00206         AddProp("size","");
00207         AddProp("pos","");
00208         AddProp("stream_index","");
00209         AddProp("flags","");
00210         AddProp("duration","");
00211     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:45:17 2010 for ImpalaSrc by  doxygen 1.5.1