RtcVideoRenderer class
Convenience wrapper around a webrtc.VideoRenderer.
- Inheritance
-
- Object
- RtcRenderer
- RtcVideoRenderer
Constructors
- RtcVideoRenderer(MediaTrack track)
Properties
- autoRotate ↔ bool
-
Indicator whether this RtcVideoRenderer should be auto rotated.
getter/setter pair
- canPlay → RxBool
-
Indicator whether this RtcVideoRenderer has visible frames, meaning it
may be rendered.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → RxInt
-
Reactive height of this RtcVideoRenderer.
latefinal
- inner → VideoRenderer
-
Returns inner webrtc.VideoRenderer.
no setter
- mirror ↔ bool
-
Indicator whether this RtcVideoRenderer should be mirrored.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- srcObject ← MediaStreamTrack?
-
Sets webrtc.VideoRenderer.srcObject property.
no getter
- track → MediaStreamTrack
-
Native media track of this RtcRenderer.
finalinherited
- width → RxInt
-
Reactive width of this RtcVideoRenderer.
latefinal
Methods
-
dispose(
) → Future< void> -
Disposes this RtcRenderer and its track.
override
-
initialize(
) → Future< void> - Initializes inner webrtc.VideoRenderer.
-
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