Click or drag to resize

IBrowserAudio Property

Gets the IAudio instance that allows controlling audio on the loaded web page and receive notifications when audio has been started or stopped playing.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IAudio Audio { get; }

Property Value

Type: IAudio
The IAudio instance associated with this IBrowser.
See Also