TRTCScreenCaptureSourceList class
屏幕窗口列表。
Constructors
-
TRTCScreenCaptureSourceList({required int count, required List<
TRTCScreenCaptureSourceInfo> sourceInfo}) -
TRTCScreenCaptureSourceList.fromJson(Map<
String?, dynamic> json) -
解析JSON的相应结构
factory
Properties
- count ↔ int
-
Windows的数量
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceInfo
↔ List<
TRTCScreenCaptureSourceInfo> -
屏幕窗口列表。
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sourceInfoToJson(
) → List< Map< String, dynamic> > - 将 TRTCScreenCaptureSourceList 转换为json格式
-
toJson(
) → Map< String, dynamic> - 将当前对象转换为 JSON 格式。
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited