次の方法で共有


AVAudioSessionInterruptionEventArgs クラス

定義

イベントにデータを提供します。

public class AVAudioSessionInterruptionEventArgs : Foundation.NSNotificationEventArgs
type AVAudioSessionInterruptionEventArgs = class
    inherit NSNotificationEventArgs
継承
AVAudioSessionInterruptionEventArgs

コンストラクター

AVAudioSessionInterruptionEventArgs(NSNotification)

AVAudioSessionInterruptionEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

InterruptionType

中断が開始されたか終了したかを示す値を取得します。

Notification

ポストされた通知の基になる NSNotification オブジェクト。

(継承元 NSNotificationEventArgs)
Option

再生を再開するかどうかを示す値を取得します。

WasSuspended

中断の理由がアプリが中断されたかどうかを示すブール値を取得します。

適用対象