kQueenSegmentPerformanceMode
enum kQueenSegmentPerformanceMode : NSInteger {}
实景抠像性能模式
-
自动模式(默认)
Declaration
Objective-C
kQueenSegmentPMAuto = 0
-
最佳画质模式
Declaration
Objective-C
kQueenSegmentPMQuality = 1
-
平衡模式
Declaration
Objective-C
kQueenSegmentPMBalanced = 2
-
最佳性能模式
Declaration
Objective-C
kQueenSegmentPMPerformance = 3