ZegoScreenCaptureSourceExceptionType enum

屏幕采集源异常类型。

Inheritance
  • Object
  • Enum
  • ZegoScreenCaptureSourceExceptionType

Constructors

ZegoScreenCaptureSourceExceptionType()
const

Values

Unknown → const ZegoScreenCaptureSourceExceptionType

未知的异常类型。

Invalid → const ZegoScreenCaptureSourceExceptionType

采集目标失效,如显示器被拔掉,窗口被关闭。

Failed → const ZegoScreenCaptureSourceExceptionType

采集目标失败,系统内部原因。

PublishRegionInvalid → const ZegoScreenCaptureSourceExceptionType

设置的推流区域无效,推流区域不在采集画面区域内。

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<ZegoScreenCaptureSourceExceptionType>
A constant List of the values in this enum, in order of their declaration.
[Unknown, Invalid, Failed, PublishRegionInvalid]