Table of Contents

Interface IAudio

Namespace
DotNetBrowser.Media
Assembly
DotNetBrowser.dll

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

public interface IAudio : IAutoDisposable
Inherited Members

Properties

Browser

Gets the IBrowser instance associated with this object.

IsPlaying

Indicates if the audio is currently playing on the loaded web page.

Muted

Mutes or unmutes all audio output for this Browser instance.

Events

AudioPlaybackStarted

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

AudioPlaybackStopped

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