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

static int Impala::Core::Stream::LavcProtocolImpl_read ( URLContext *  h,
unsigned char *  buffer,
int  size 
) [static]

Definition at line 101 of file LavcProtocolImpl.h.

00102 {
00103     return ((LavcProtocolImpl*) h->priv_data)->Read(buffer, size);
00104 }


Generated on Thu Jan 13 09:20:24 2011 for ImpalaSrc by  doxygen 1.5.1