Click or drag to resize

IBrowser.MediaStreamCaptureStarted Event

Occurs when the web page has started capturing an audio or video stream.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.8
Syntax
C#
event EventHandler<MediaStreamCaptureStartedEventArgs> MediaStreamCaptureStarted

Value

Type: System.EventHandler<MediaStreamCaptureStartedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also