RTCVideoValue class
Contains video frame attributes provided by native plugins
Constructors
- RTCVideoValue.new({double width = 0.0, double height = 0.0, int rotation = 0, bool hasTexture = false})
-
const
Properties
- aspectRatio → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasTexture → bool
-
final
- height → double
-
Height of the video frame
final
- rotation → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
Width of the video frame
final
Methods
-
copyWith(
{double? width, double? height, int? rotation, bool hasTexture = true}) → RTCVideoValue -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- empty → const RTCVideoValue