Partager via


MPMoviePlayerController.Notifications Classe

Définition

Notification publiée par la MPMoviePlayerController classe.

public static class MPMoviePlayerController.Notifications
type MPMoviePlayerController.Notifications = class
Héritage
MPMoviePlayerController.Notifications

Remarques

Il s’agit d’une classe statique qui contient différentes méthodes d’assistance qui permettent aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).

Les méthodes définies dans cette classe post-événements appellent la méthode ou lambda fournie avec un NSNotificationEventArgs paramètre qui contient des propriétés fortement typées pour les arguments de notification.

Méthodes

ObserveDidEnterFullscreen(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidEnterFullscreenNotification constante.

ObserveDidEnterFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidEnterFullscreenNotification constante.

ObserveDidExitFullscreen(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidExitFullscreenNotification constante.

ObserveDidExitFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidExitFullscreenNotification constante.

ObserveDurationAvailable(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DurationAvailableNotification constante.

ObserveDurationAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DurationAvailableNotification constante.

ObserveLoadStateDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la LoadStateDidChangeNotification constante.

ObserveLoadStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la LoadStateDidChangeNotification constante.

ObserveMediaPlaybackIsPreparedToPlayDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la MediaPlaybackIsPreparedToPlayDidChangeNotification constante.

ObserveMediaPlaybackIsPreparedToPlayDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la MediaPlaybackIsPreparedToPlayDidChangeNotification constante.

ObserveMoviePlayerReadyForDisplayDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la MoviePlayerReadyForDisplayDidChangeNotification constante.

ObserveMoviePlayerReadyForDisplayDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la MoviePlayerReadyForDisplayDidChangeNotification constante.

ObserveMPMoviePlayerIsAirPlayVideoActiveDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification constante.

ObserveMPMoviePlayerIsAirPlayVideoActiveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification constante.

ObserveNaturalSizeAvailable(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NaturalSizeAvailableNotification constante.

ObserveNaturalSizeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NaturalSizeAvailableNotification constante.

ObserveNowPlayingMovieDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NowPlayingMovieDidChangeNotification constante.

ObserveNowPlayingMovieDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NowPlayingMovieDidChangeNotification constante.

ObservePlaybackDidFinish(EventHandler<MPMoviePlayerFinishedEventArgs>)

Notification fortement typée pour la PlaybackDidFinishNotification constante.

ObservePlaybackDidFinish(NSObject, EventHandler<MPMoviePlayerFinishedEventArgs>)

Notification fortement typée pour la PlaybackDidFinishNotification constante.

ObservePlaybackStateDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la PlaybackStateDidChangeNotification constante.

ObservePlaybackStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la PlaybackStateDidChangeNotification constante.

ObserveScalingModeDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la ScalingModeDidChangeNotification constante.

ObserveScalingModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la ScalingModeDidChangeNotification constante.

ObserveSourceTypeAvailable(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la SourceTypeAvailableNotification constante.

ObserveSourceTypeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la SourceTypeAvailableNotification constante.

ObserveThumbnailImageRequestDidFinish(EventHandler<MPMoviePlayerThumbnailEventArgs>)

Notification fortement typée pour la ThumbnailImageRequestDidFinishNotification constante.

ObserveThumbnailImageRequestDidFinish(NSObject, EventHandler<MPMoviePlayerThumbnailEventArgs>)

Notification fortement typée pour la ThumbnailImageRequestDidFinishNotification constante.

ObserveTimedMetadataUpdated(EventHandler<MPMoviePlayerTimedMetadataEventArgs>)

Notification fortement typée pour la TimedMetadataUpdatedNotification constante.

ObserveTimedMetadataUpdated(NSObject, EventHandler<MPMoviePlayerTimedMetadataEventArgs>)

Notification fortement typée pour la TimedMetadataUpdatedNotification constante.

ObserveTypesAvailable(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TypesAvailableNotification constante.

ObserveTypesAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TypesAvailableNotification constante.

ObserveWillEnterFullscreen(EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notification fortement typée pour la WillEnterFullscreenNotification constante.

ObserveWillEnterFullscreen(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la WillEnterFullscreenNotification constante.

ObserveWillEnterFullscreen(NSObject, EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notification fortement typée pour la WillEnterFullscreenNotification constante.

ObserveWillEnterFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la WillEnterFullscreenNotification constante.

ObserveWillExitFullscreen(EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notification fortement typée pour la WillExitFullscreenNotification constante.

ObserveWillExitFullscreen(NSObject, EventHandler<MPMoviePlayerFullScreenEventArgs>)

Notification fortement typée pour la WillExitFullscreenNotification constante.

S’applique à