Interface MediaStreamCaptureStarted
- All Superinterfaces:
BrowserEvent,Event
An event indicating that the web page has started capturing an audio or video stream.
- Since:
- 7.30
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browserbrowser()Returns theBrowserinstance initiated this event.default MediaStreamTypeReturns the type of the captured stream.
-
Method Details
-
browser
Description copied from interface:BrowserEventReturns theBrowserinstance initiated this event.- Specified by:
browserin interfaceBrowserEvent
-
mediaStreamType
Returns the type of the captured stream.
-