IAudio Interface | 
Namespace: DotNetBrowser.Media
public interface IAudio : IAutoDisposable
The IAudio type exposes the following members.
| Name | Description | |
|---|---|---|
| Browser | 
                Gets the IBrowser instance associated with this object.
              | |
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | |
| IsPlaying | 
                Indicates if the audio is currently playing on the loaded web page.
              | |
| Muted | 
                Mutes or unmutes all audio output for this Browser instance.
              | 
| Name | Description | |
|---|---|---|
| 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.
              | |
| Disposed | 
                Occurs when the object has been disposed.
              (Inherited from IAutoDisposable.) |