AudioSession.Interrupted 事件

定义

音频会话中断时引发的事件。

public static event EventHandler Interrupted;
member this.Interrupted : EventHandler 

事件类型

注解

可以使用 InterruptionType 属性来确定中断的原因。

此外,恢复音频会话时,将引发 Resumed 事件。

适用于