ScreenMirrorResult class
Outcome of a mirroring session, delivered through ScreenMirrorHandle.done.
Constructors
- ScreenMirrorResult({required String reason, required int bytesStreamed, required String stderr})
-
const
Properties
- bytesStreamed → int
-
Total number of H264 bytes served.
0meansscreenrecordnever emitted anything — look at stderr for the reason.final - hashCode → int
-
The hash code for this object.
no setterinherited
- producedVideo → bool
-
Whether any video data actually made it through.
no setter
- reason → String
-
Human readable reason the session ended, e.g.
stop() calledoradb exited with code 244.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stderr → String
-
Everything
adbandscreenrecordwrote to stderr during the session.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited