ScreenMediaType enum

屏幕采集媒体类型

Inheritance

Constructors

ScreenMediaType()
const

Values

videoOnly → const ScreenMediaType

仅采集视频

audioOnly → const ScreenMediaType

仅采集音频

videoAndAudio → const ScreenMediaType

采集音频和视频

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<ScreenMediaType>
A constant List of the values in this enum, in order of their declaration.