Initial commit

This commit is contained in:
ifish
2017-08-15 16:59:01 +08:00
commit bdc83e07ef
5766 changed files with 423223 additions and 0 deletions
@@ -0,0 +1,19 @@
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define VIDEO_FRAME_RATE 16
//#define US_DEBUG_ID
#define GWELL_AV_CONTROL
#ifdef GWELL_AV_CONTROL
#import "P2PCInterface.h"
#endif
#define LOCAL_VIDEO_ABILITY ((VIDEO_ABILITY_320x240<<24)|(VIDEO_ABILITY_320x240<<16)|(VIDEO_ABILITY_320x240<<8)|(VIDEO_ABILITY_320x240<<0))
#define REMOTE_VIDEO_ABILITY ((VIDEO_ABILITY_320x240<<24)|(VIDEO_ABILITY_320x240<<16)|(VIDEO_ABILITY_320x240<<8)|(VIDEO_ABILITY_320x240<<0))
#endif