Click or drag to resize

IAudioAudioPlaybackStarted Event

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

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

Value

Type: SystemEventHandlerAudioPlaybackStartedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IAudio has already been disposed.
See Also