SourceWantedData class

Performance fallback related data.

Properties

frameRate int?
If the performance fallback on the publisher side is not enabled, this value represents the recommended video input frame rate in fps.
Otherwise, this value represents the maximum frame rate of the current push stream.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
If the performance fallback on the publisher side is not enabled, this value represents the recommended video input height.
Otherwise, this value represents the maximum height of the current push stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
If the performance fallback on the publisher side is not enabled, this value represents the recommended video input width.
Otherwise, this value represents the maximum width of the current push stream.
final

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