Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user