DesktopCaptureSourceType class
Enum used to define set of desktop media sources used in
chooseDesktopMedia().
enum of screen
, window
, tab
class DesktopCaptureSourceType extends ChromeObject { DesktopCaptureSourceType(); DesktopCaptureSourceType.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy); }
Extends
ChromeObject > DesktopCaptureSourceType
Constructors
new DesktopCaptureSourceType() #
Create a new instance of a ChromeObject
, which creates and delegates to
a JsObject proxy.
docs inherited from ChromeObject
DesktopCaptureSourceType();
new DesktopCaptureSourceType.fromProxy(JsObject jsProxy) #
Create a new instance of a ChromeObject
, which delegates to the given
JsObject proxy.
docs inherited from ChromeObject
DesktopCaptureSourceType.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);
Properties
Methods
String toString() #
inherited from ChromeObject
Returns a string representation of this object.
docs inherited from Object
String toString() => jsProxy.toString();