Compartilhar via


AVAudioSession.Notifications Classe

Definição

Notificação postada pela AVAudioSession classe .

public static class AVAudioSession.Notifications
type AVAudioSession.Notifications = class
Herança
AVAudioSession.Notifications

Comentários

Essa é uma classe estática que contém vários métodos auxiliares que permitem que os desenvolvedores observem eventos postados no hub de notificação do iOS (NSNotificationCenter).

Os métodos definidos nesta classe post events invocam o método fornecido ou lambda com um NSNotificationEventArgs parâmetro que contém propriedades fortemente tipados para os argumentos de notificação.

Métodos

ObserveInterruption(EventHandler<AVAudioSessionInterruptionEventArgs>)

Notificação fortemente tipada para a InterruptionNotification constante.

ObserveInterruption(NSObject, EventHandler<AVAudioSessionInterruptionEventArgs>)

Notificação fortemente tipada para a InterruptionNotification constante.

ObserveMediaServicesWereLost(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a MediaServicesWereLostNotification constante.

ObserveMediaServicesWereLost(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a MediaServicesWereLostNotification constante.

ObserveMediaServicesWereReset(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a MediaServicesWereResetNotification constante.

ObserveMediaServicesWereReset(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a MediaServicesWereResetNotification constante.

ObserveRouteChange(EventHandler<AVAudioSessionRouteChangeEventArgs>)

Notificação fortemente tipada para a RouteChangeNotification constante.

ObserveRouteChange(NSObject, EventHandler<AVAudioSessionRouteChangeEventArgs>)

Notificação fortemente tipada para a RouteChangeNotification constante.

ObserveSilenceSecondaryAudioHint(EventHandler<AVAudioSessionSecondaryAudioHintEventArgs>)

Notificação fortemente tipada para a SilenceSecondaryAudioHintNotification constante.

ObserveSilenceSecondaryAudioHint(NSObject, EventHandler<AVAudioSessionSecondaryAudioHintEventArgs>)

Notificação fortemente tipada para a SilenceSecondaryAudioHintNotification constante.

Aplica-se a