ScreenCaptureFramerateCapability enum
The highest frame rate supported by the screen sharing device.
- Inheritance
- Available extensions
- Annotations
-
- @JsonEnum(alwaysCreate: true)
Values
- screenCaptureFramerateCapability15Fps → const ScreenCaptureFramerateCapability
-
0: The device supports the frame rate of up to 15 fps.
- screenCaptureFramerateCapability30Fps → const ScreenCaptureFramerateCapability
-
1: The device supports the frame rate of up to 30 fps.
- screenCaptureFramerateCapability60Fps → const ScreenCaptureFramerateCapability
-
2: The device supports the frame rate of up to 60 fps.
Properties
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<
ScreenCaptureFramerateCapability> - A constant List of the values in this enum, in order of their declaration.