DeviceFilter class

Constructors

DeviceFilter({List<StreamType>? streamTypes, bool? isActive})
DeviceFilter.fromJS(DeviceFilter _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool?
If set, only audio devices whose active state matches this value will satisfy the filter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamTypes List<StreamType>?
If set, only audio devices whose stream type is included in this list will satisfy the filter.
getter/setter pair
toJS → DeviceFilter
no setter

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