pub unsafe trait AVAudioSessionDelegate: NSObjectProtocol {
// Provided methods
unsafe fn beginInterruption(&self)
where Self: Sized + Message { ... }
unsafe fn endInterruptionWithFlags(&self, flags: NSUInteger)
where Self: Sized + Message { ... }
unsafe fn endInterruption(&self)
where Self: Sized + Message { ... }
unsafe fn inputIsAvailableChanged(&self, is_input_available: bool)
where Self: Sized + Message { ... }
}👎Deprecated: No longer supported
Available on crate feature
AVAudioSessionDeprecated only.Expand description
Provided Methods§
unsafe fn beginInterruption(&self)
👎Deprecated: No longer supported
unsafe fn endInterruptionWithFlags(&self, flags: NSUInteger)
👎Deprecated: No longer supported
unsafe fn endInterruption(&self)
👎Deprecated: No longer supported
unsafe fn inputIsAvailableChanged(&self, is_input_available: bool)
👎Deprecated: No longer supported