PreviewRoomRtcControllerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PreviewRoomRtcControllerPlatform

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

addBeautyFilter(String path) Future<VoidResult>
addBeautySticker(String path) Future<VoidResult>
enableBeauty(bool isOpenBeauty) Future<VoidResult>
enableVirtualBackground(bool enabled, NERoomVirtualBackgroundSource backgroundSource) Future<VoidResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerEventListener(PreviewRoomEventSink listener) → void
removeBeautyFilter() Future<VoidResult>
removeBeautySticker() Future<VoidResult>
setBeautyEffect(NERoomBeautyEffectType beautyType, double level) Future<VoidResult>
setBeautyFilterLevel(double level) Future<VoidResult>
setLocalVideoConfig(NERoomVideoConfig videoConfig) Future<VoidResult>
startBeauty() Future<VoidResult>
startLastmileProbeTest(NERoomRtcLastmileProbeConfig config) Future<VoidResult>
startPreview() Future<VoidResult>
stopBeauty() Future<VoidResult>
stopLastmileProbeTest() Future<VoidResult>
stopPreview(bool releaseRtc) Future<VoidResult>
switchCamera() Future<VoidResult>
switchCameraWithPosition(int position) Future<VoidResult>
toString() String
A string representation of this object.
inherited
unregisterEventListener(PreviewRoomEventSink listener) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance PreviewRoomRtcControllerPlatform
getter/setter pair