BugseeVideoMode enum
Video capture modes for Android devices
Values
- none → const BugseeVideoMode
-
Video is not recorded. Created issues will contain console logs, events and traces, but will not contain video.
- v1 → const BugseeVideoMode
-
User is not asked to allow video recording, but frame rate is lower comparing to {@link VideoMode#V2} mode and some special views like status bar, soft keyboard and views, which contain Surface (MapView, VideoView, GlSurfaceView, etc.) are not recorded.
- v2 → const BugseeVideoMode
-
All types of views are recorded, but user is asked to allow video recording.
- v3 → const BugseeVideoMode
-
User is not asked to allow video recording, but frame rate is lower comparing to {@link VideoMode#V2} and system views like status bar and soft keyboard are not recorded. This mode works only on Android API level 24 and higher. On lower API levels video mode is automatically switched to {@link VideoMode#V1}.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
BugseeVideoMode> - A constant List of the values in this enum, in order of their declaration.