ScreenVideoParameters class

The video configuration for the shared screen stream.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

bitrate int?
The video encoding bitrate (Kbps).
final
contentHint VideoContentHint?
The content hint for screen sharing.
final
dimensions VideoDimensions?
The video encoding dimension. The default value is 1280 × 720.
final
frameRate int?
The video encoding frame rate (fps). The default value is 15.
final
hashCode int
The hash code for this object.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited