00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef __MXCPC_CAMERALIVEMXPEGFASTSTREAM_H__
00015 #define __MXCPC_CAMERALIVEMXPEGFASTSTREAM_H__
00016
00017
00018
00019 #include <mxcpcStreamSource.h>
00020
00021
00022
00024 class mxcpcCameraLiveMxPEGFastStream : public mxcpcStreamSource {
00025
00026 public:
00027 mxcpcCameraLiveMxPEGFastStream(int ip1, int ip2, int ip3, int ip4,
00028 int port,
00029 int fps = 4);
00030 };
00031
00032
00033
00034 #endif // __MXCPC_CAMERALIVEMXPEGFASTSTREAM_H__
00035