stream.h
上传用户:panstart
上传日期:2022-04-12
资源大小:199k
文件大小:1k
- ////////////////////////////////////////////////////////////////////////////
- //
- //
- // Project : VideoNet version 1.1.
- // Description : Peer to Peer Video Conferencing over the LAN.
- // Author : Nagareshwar Y Talekar ( nsry2002@yahoo.co.in)
- // Date : 15-6-2004.
- //
- // I have converted origional fast h.263 encoder library from C to C++
- // so that it can be integrated into any windows application easily.
- // I have removed some of unnecessary codes/files from the
- // fast h263 library.Also moved definitions and declarations
- // in their proper .h and .cpp files.
- //
- // File description :
- // Name : stream.h
- //
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined _STREAM_H
- #define _STREAM_H
- #include "Global.h"
- void mwinit(void);
- void mwcloseinit(void);
- #endif