QueenEngineConfigInfo Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | QueenEngineConfigInfo.h | 
  resRootPath
	QUEEN使用到的资源根目录,保持不变请为nil
@property (nonatomic, copy) NSString *resRootPathDeclared In
QueenEngineConfigInfo.h
  withContext
	是否内部自动创建GLContext,如果要处理CVPixelBuffer,必须传入或者内部创建Context,默认为YES
@property (nonatomic, assign) BOOL withContextDeclared In
QueenEngineConfigInfo.h
  toScreen
	是否要渲染到屏幕,默认为NO
@property (nonatomic, assign) BOOL toScreenDeclared In
QueenEngineConfigInfo.h
  autoSettingImgAngle
	是否自动计算图像的inputAngle和outputAngle,默认为NO,API_AVAILABLE(ios(8.0))
@property (nonatomic, assign) BOOL autoSettingImgAngleDeclared In
QueenEngineConfigInfo.h
  runOnCustomThread
	是否运行在自定义线程,默认为YES
@property (nonatomic, assign) BOOL runOnCustomThreadDeclared In
QueenEngineConfigInfo.h