NERtcCameraType class

Camera类型 仅 Android 平台支持

Constructors

NERtcCameraType()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

camera1 → const int
使用 android.hardware.camera 进行视频采集 默认情况下使用 camera1
camera2 → const int
使用 android.hardware.camera2 进行视频采集