Main Page | Namespace List | Compound List | File List | Compound Members | File Members

videomux_args.h

Go to the documentation of this file.
00001 #ifndef VIDEOMUX_ARGS_T_H
00002 #define VIDEOMUX_ARGS_T_H
00003 
00004 const int Nstream = 4;
00005 
00006 typedef struct
00007 {
00008     int    NSTRM; //must be smaller than or equal to Nstream
00009     int    hpos[Nstream];
00010     int    vpos[Nstream];
00011     int    depth[Nstream];
00012 } videomux_args_t;
00013 
00014 #endif // VIDEOMUX_ARGS_T_H

Generated on Wed Feb 15 14:52:44 2006 for videomux by doxygen 1.3.2