Click or drag to resize

IAudio.AudioPlaybackStarted Event

Occurs when an audio has been started playing on the web page.

Namespace:  DotNetBrowser.Media
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.18.0
Syntax
C#
event EventHandler<AudioPlaybackStartedEventArgs> AudioPlaybackStarted

Value

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