initial commit
This commit is contained in:
31
Example/SellyCloudSDK/Live/Beauty/FUManager.h
Executable file
31
Example/SellyCloudSDK/Live/Beauty/FUManager.h
Executable file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// FUManager.h
|
||||
// FULiveDemo
|
||||
//
|
||||
// Created by 刘洋 on 2017/8/18.
|
||||
// Copyright © 2017年 刘洋. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import <FURenderKit/FURenderKit.h>
|
||||
|
||||
@interface FUManager : NSObject
|
||||
|
||||
@property (nonatomic, assign, readonly) FUDevicePerformanceLevel devicePerformanceLevel;
|
||||
|
||||
+ (FUManager *)shareManager;
|
||||
|
||||
/// 销毁全部道具
|
||||
- (void)destoryItems;
|
||||
|
||||
/// 切换前后摄像头
|
||||
- (void)onCameraChange;
|
||||
|
||||
/// 更新美颜磨皮效果(根据人脸检测置信度设置不同磨皮效果)
|
||||
- (void)updateBeautyBlurEffect;
|
||||
|
||||
- (CVPixelBufferRef)renderItemsToPixelBuffer:(CVPixelBufferRef)buffer;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user