Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Global.cpp
Package: meeting_video_system.rar [view]
Upload User: panstart
Upload Date: 2022-04-12
Package Size: 199k
Code Size: 1k
Category:
VOIP program
Development Platform:
C++ Builder
- ////////////////////////////////////////////////////////////////////////////
- //
- //
- // 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 : Global.cpp
- //
- //
- /////////////////////////////////////////////////////////////////////////////
- #include "Global.h"
- // Global variable
- WriteByte WriteByteFunction;
- int Global::advanced=0;
- int Global::cpels=0;
- //FILE * Global::debugf=0;
- int Global::headerlength=0;
- int Global::lines=0;
- int Global::long_vectors=0;
- int Global::mbc=0;
- int Global::mbr=0;
- FILE * Global::mv_file=0;
- int Global::mv_outside_frame=0;
- int Global::pb_frames=0;
- int Global::pels=0;
- int Global::search_p_frames=0;
- size_t Global::sizeof_frame=0;
- float Global::target_framerate=0;
- FILE * Global::tf=0;
- int Global::trace=0;
- int Global::uskip=0;
- int Global::vskip=0;
- Pict* Global::pic=NULL;