TUIRoomDeviceManagerImpl class

Implemented types

Constructors

TUIRoomDeviceManagerImpl()
factory

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

enableCameraAutoFocus(bool enabled) → void
Enabling auto focus (for mobile OS) After auto focus is enabled, the camera will automatically detect and always focus on faces.
override
enableCameraTorch(bool enabled) → void
Enabling/Disabling flash, i.e., the torch mode (for mobile OS)
override
isAutoFocusEnabled() bool
Querying whether automatic face detection is supported (for mobile OS)
override
isFrontCamera() bool
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// Querying whether the front camera is being used (for mobile OS)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAudioRoute(TUIAudioRoute route) → void
Setting the audio route (for mobile OS)
override
switchCamera(bool frontCamera) → void
Switching to the front/rear camera (for mobile OS)
override
toString() String
A string representation of this object.
inherited

Operators

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