Click or drag to resize

IAudio Interface

Allows controlling audio on the loaded web page and receive notifications when audio has been started or stopped playing.

Namespace:  DotNetBrowser.Media
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IAudio : IAutoDisposable

The IAudio type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyIsPlaying
Indicates if the audio is currently playing on the loaded web page.
Public propertyMuted
Mutes or unmutes all audio output for this Browser instance.
Top
Events
  NameDescription
Public eventAudioPlaybackStarted
Occurs when an audio has been started playing on the web page.
Public eventAudioPlaybackStopped
Occurs when an audio has been stopped playing on the web page.
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also