typedefNS_ENUM(NSUInteger, AVAudioSessionInterruptionType) { AVAudioSessionInterruptionTypeBegan = 1, /* the system has interrupted your audio session */ AVAudioSessionInterruptionTypeEnded = 0, /* the interruption has ended */ };
/* keys for AVAudioSessionInterruptionNotification */ /* Value is an NSNumber representing an AVAudioSessionInterruptionType */ AVF_EXPORTNSString *constAVAudioSessionInterruptionTypeKey API_AVAILABLE(ios(6.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
/* For use with AVAudioSessionInterruptionNotification */ typedefNS_OPTIONS(NSUInteger, AVAudioSessionInterruptionOptions) { AVAudioSessionInterruptionOptionShouldResume = 1 };