ScreenCaptureFramerateCapability enum

The highest frame rate supported by the screen sharing device.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

ScreenCaptureFramerateCapability()
const

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

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<ScreenCaptureFramerateCapability>
A constant List of the values in this enum, in order of their declaration.