Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:24:50 2011 for ImpalaSrc by  doxygen 1.5.1