ZegoDeviceType enum

设备类型。

Inheritance
  • Object
  • Enum
  • ZegoDeviceType

Constructors

ZegoDeviceType()
const

Values

Unknown → const ZegoDeviceType

未知的设备类型。

Camera → const ZegoDeviceType

摄像头设备。

Microphone → const ZegoDeviceType

麦克风设备。

Speaker → const ZegoDeviceType

扬声器设备。

AudioDevice → const ZegoDeviceType

音频设备。(无法精确分类到麦克风或者扬声器的其他音频设备。)

AudioSession → const ZegoDeviceType

音频会话。

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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

values → const List<ZegoDeviceType>
A constant List of the values in this enum, in order of their declaration.
[Unknown, Camera, Microphone, Speaker, AudioDevice, AudioSession]