ChooseDesktopMediaOptions class
Constructors
- ChooseDesktopMediaOptions({SystemAudioPreferenceEnum? systemAudio, SelfCapturePreferenceEnum? selfBrowserSurface, bool? suppressLocalAudioPlaybackIntended})
- ChooseDesktopMediaOptions.fromJS(ChooseDesktopMediaOptions _wrapped)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfBrowserSurface ↔ SelfCapturePreferenceEnum?
-
Mirrors
selfBrowserSurface.
getter/setter pair
- suppressLocalAudioPlaybackIntended ↔ bool?
-
Indicates that the caller intends to perform local audio suppression, and
that the media picker shown to the user should therefore reflect that with
the appropriate warnings, as it does when getDisplayMedia() is invoked.
getter/setter pair
- systemAudio ↔ SystemAudioPreferenceEnum?
-
Mirrors
systemAudio.
getter/setter pair
- toJS → ChooseDesktopMediaOptions
-
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