Compartir a través de


AVAudioEngine.Notifications Clase

Definición

Contiene notificaciones para la AVAudioEngine clase .

public static class AVAudioEngine.Notifications
type AVAudioEngine.Notifications = class
Herencia
AVAudioEngine.Notifications

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveConfigurationChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ConfigurationChangeNotification constante.

ObserveConfigurationChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ConfigurationChangeNotification constante.

Se aplica a