Trait AVAudioSessionDelegate

Source
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§

Source

unsafe fn beginInterruption(&self)
where Self: Sized + Message,

👎Deprecated: No longer supported
Source

unsafe fn endInterruptionWithFlags(&self, flags: NSUInteger)
where Self: Sized + Message,

👎Deprecated: No longer supported
Source

unsafe fn endInterruption(&self)
where Self: Sized + Message,

👎Deprecated: No longer supported
Source

unsafe fn inputIsAvailableChanged(&self, is_input_available: bool)
where Self: Sized + Message,

👎Deprecated: No longer supported

Trait Implementations§

Source§

impl ProtocolType for dyn AVAudioSessionDelegate

Source§

const NAME: &'static str = "AVAudioSessionDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn AVAudioSessionDelegate

Implementations on Foreign Types§

Source§

impl<T> AVAudioSessionDelegate for ProtocolObject<T>

Implementors§