CoreWebView2.IsDocumentPlayingAudio Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether any audio output from this CoreWebView2 is playing. true
if audio is playing even if IsMuted is true.
public bool IsDocumentPlayingAudio { get; }
member this.IsDocumentPlayingAudio : bool
Public ReadOnly Property IsDocumentPlayingAudio As Boolean