CaptureOptions class

Constructors

CaptureOptions({bool? audio, bool? video, MediaStreamConstraint? audioConstraints, MediaStreamConstraint? videoConstraints, String? presentationId})
CaptureOptions.fromJS(CaptureOptions _wrapped)

Properties

audio bool?
getter/setter pair
audioConstraints MediaStreamConstraint?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
presentationId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → CaptureOptions
no setter
video bool?
getter/setter pair
videoConstraints MediaStreamConstraint?
getter/setter pair

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