BeautyCamWeb class
A web implementation of the BeautyCamPlatform of the BeautyCam plugin.
- Inheritance
-
- Object
- PlatformInterface
- BeautyCamPlatform
- BeautyCamWeb
Constructors
- BeautyCamWeb()
- Constructs a BeautyCamWeb
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addFilter(
String filter) → Future< void> -
添加滤镜
inherited
-
enableBeauty(
bool isEnableBeauty) → Future< void> -
开启或关闭美颜
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBeautyLevel(
double level) → Future< void> -
美颜程度(0~1)
inherited
-
setLoadImageResource(
String path) → Future< String?> -
设置图片纹理加载路径(默认存放在Caches目录)
inherited
-
setOuPutFilePath(
String path) → Future< String?> -
设置文件保存路径
inherited
-
stopVideo(
) → Future< String?> -
结束拍视频
inherited
-
switchCamera(
) → Future< void> -
切换镜头
inherited
-
takePicture(
) → Future< String?> -
拍照
inherited
-
takeVideo(
) → Future< bool?> -
开始拍视频
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void