Condividi tramite


MPMoviePlayerController.Notifications Classe

Definizione

Notifica pubblicata dalla MPMoviePlayerController classe .

public static class MPMoviePlayerController.Notifications
type MPMoviePlayerController.Notifications = class
Ereditarietà
MPMoviePlayerController.Notifications

Commenti

Si tratta di una classe statica che contiene vari metodi helper che consentono agli sviluppatori di osservare gli eventi pubblicati nell'hub di notifica iOS (NSNotificationCenter).

I metodi definiti in questa classe post eventi richiamano il metodo specificato o lambda con un NSNotificationEventArgs parametro che contiene proprietà fortemente tipizzata per gli argomenti di notifica.

Metodi

ObserveDidEnterFullscreen(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidEnterFullscreenNotification costante.

ObserveDidEnterFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidEnterFullscreenNotification costante.

ObserveDidExitFullscreen(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidExitFullscreenNotification costante.

ObserveDidExitFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidExitFullscreenNotification costante.

ObserveDurationAvailable(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DurationAvailableNotification costante.

ObserveDurationAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DurationAvailableNotification costante.

ObserveLoadStateDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la LoadStateDidChangeNotification costante.

ObserveLoadStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la LoadStateDidChangeNotification costante.

ObserveMediaPlaybackIsPreparedToPlayDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la MediaPlaybackIsPreparedToPlayDidChangeNotification costante.

ObserveMediaPlaybackIsPreparedToPlayDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la MediaPlaybackIsPreparedToPlayDidChangeNotification costante.

ObserveMoviePlayerReadyForDisplayDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la MoviePlayerReadyForDisplayDidChangeNotification costante.

ObserveMoviePlayerReadyForDisplayDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la MoviePlayerReadyForDisplayDidChangeNotification costante.

ObserveMPMoviePlayerIsAirPlayVideoActiveDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification costante.

ObserveMPMoviePlayerIsAirPlayVideoActiveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification costante.

ObserveNaturalSizeAvailable(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la NaturalSizeAvailableNotification costante.

ObserveNaturalSizeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la NaturalSizeAvailableNotification costante.

ObserveNowPlayingMovieDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la NowPlayingMovieDidChangeNotification costante.

ObserveNowPlayingMovieDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la NowPlayingMovieDidChangeNotification costante.

ObservePlaybackDidFinish(EventHandler<MPMoviePlayerFinishedEventArgs>)

Notifica fortemente tipizzata per la PlaybackDidFinishNotification costante.

ObservePlaybackDidFinish(NSObject, EventHandler<MPMoviePlayerFinishedEventArgs>)

Notifica fortemente tipizzata per la PlaybackDidFinishNotification costante.

ObservePlaybackStateDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PlaybackStateDidChangeNotification costante.

ObservePlaybackStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PlaybackStateDidChangeNotification costante.

ObserveScalingModeDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la ScalingModeDidChangeNotification costante.

ObserveScalingModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la ScalingModeDidChangeNotification costante.

ObserveSourceTypeAvailable(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la SourceTypeAvailableNotification costante.

ObserveSourceTypeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la SourceTypeAvailableNotification costante.

ObserveThumbnailImageRequestDidFinish(EventHandler<MPMoviePlayerThumbnailEventArgs>)

Notifica fortemente tipizzata per la ThumbnailImageRequestDidFinishNotification costante.

ObserveThumbnailImageRequestDidFinish(NSObject, EventHandler<MPMoviePlayerThumbnailEventArgs>)

Notifica fortemente tipizzata per la ThumbnailImageRequestDidFinishNotification costante.

ObserveTimedMetadataUpdated(EventHandler<MPMoviePlayerTimedMetadataEventArgs>)

Notifica fortemente tipizzata per la TimedMetadataUpdatedNotification costante.

ObserveTimedMetadataUpdated(NSObject, EventHandler<MPMoviePlayerTimedMetadataEventArgs>)

Notifica fortemente tipizzata per la TimedMetadataUpdatedNotification costante.

ObserveTypesAvailable(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TypesAvailableNotification costante.

ObserveTypesAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la TypesAvailableNotification costante.

ObserveWillEnterFullscreen(EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notifica fortemente tipizzata per la WillEnterFullscreenNotification costante.

ObserveWillEnterFullscreen(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillEnterFullscreenNotification costante.

ObserveWillEnterFullscreen(NSObject, EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notifica fortemente tipizzata per la WillEnterFullscreenNotification costante.

ObserveWillEnterFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillEnterFullscreenNotification costante.

ObserveWillExitFullscreen(EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notifica fortemente tipizzata per la WillExitFullscreenNotification costante.

ObserveWillExitFullscreen(NSObject, EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notifica fortemente tipizzata per la WillExitFullscreenNotification costante.

Si applica a