Click or drag to resize

IBrowserMediaStreamCaptureStarted Event

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

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

Value

Type: SystemEventHandlerMediaStreamCaptureStartedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also