NERtcCameraType class

Camera类型 仅 Android 平台支持

Constructors

NERtcCameraType()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Constants

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