RTCVideoElement class

Constructors

RTCVideoElement()

Properties

autoplay bool
getter/setter pair
controls bool
getter/setter pair
error → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
htmlElement → HTMLVideoElement
no setter
muted bool
getter/setter pair
objectFit String
contain or cover
no getter
onCanPlay Stream<Event>
no setter
onEnded Stream<Event>
no setter
onError Stream<Event>
no setter
onResize Stream<Event>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srcObject MediaStream?
getter/setter pair
videoHeight int
no setter
videoWidth int
no setter

Methods

load() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAttribute(String name) → void
setSinkId(String sinkId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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