次の方法で共有


AVAudioSessionInterruptionOptions 列挙型

定義

オプションのオーディオ動作を指定する値を持つ列挙体。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum AVAudioSessionInterruptionOptions
type AVAudioSessionInterruptionOptions = 
継承
AVAudioSessionInterruptionOptions
属性

フィールド

ShouldResume 1

相互運用が終了し、アプリはオーディオ セッションを再開できます。

適用対象