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
)
是否自动计算图像的inputAngle和outputAngle,默认为NO
@property (nonatomic, assign) BOOL autoSettingImgAngle API_AVAILABLE ( ios ( 8.0 )Declared In
QueenEngineConfigInfo.h