Interface MediaStreamCaptureStopped
- All Superinterfaces:
BrowserEvent
,Event
An event indicating that the web page has stopped capturing an audio or video stream.
- Since:
- 7.30
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns theBrowser
instance initiated this event.default MediaStreamType
Returns the type of the captured stream.
-
Method Details
-
browser
Description copied from interface:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-
mediaStreamType
Returns the type of the captured stream.
-