共用方式為


MPMoviePlayerController.Notifications 類別

定義

類別所張貼的 MPMoviePlayerController 通知。

public static class MPMoviePlayerController.Notifications
type MPMoviePlayerController.Notifications = class
繼承
MPMoviePlayerController.Notifications

備註

這是靜態類別,其中包含各種協助程式方法,可讓開發人員觀察在 iOS 通知中樞張貼的事件 (NSNotificationCenter) 。

這個類別中定義的方法會在事件後叫用提供的 方法或 Lambda,其中包含 NSNotificationEventArgs 通知引數的強型別屬性。

方法

ObserveDidEnterFullscreen(EventHandler<NSNotificationEventArgs>)

常數的 DidEnterFullscreenNotification 強型別通知。

ObserveDidEnterFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidEnterFullscreenNotification 強型別通知。

ObserveDidExitFullscreen(EventHandler<NSNotificationEventArgs>)

常數的 DidExitFullscreenNotification 強型別通知。

ObserveDidExitFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidExitFullscreenNotification 強型別通知。

ObserveDurationAvailable(EventHandler<NSNotificationEventArgs>)

常數的 DurationAvailableNotification 強型別通知。

ObserveDurationAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DurationAvailableNotification 強型別通知。

ObserveLoadStateDidChange(EventHandler<NSNotificationEventArgs>)

常數的 LoadStateDidChangeNotification 強型別通知。

ObserveLoadStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 LoadStateDidChangeNotification 強型別通知。

ObserveMediaPlaybackIsPreparedToPlayDidChange(EventHandler<NSNotificationEventArgs>)

常數的 MediaPlaybackIsPreparedToPlayDidChangeNotification 強型別通知。

ObserveMediaPlaybackIsPreparedToPlayDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 MediaPlaybackIsPreparedToPlayDidChangeNotification 強型別通知。

ObserveMoviePlayerReadyForDisplayDidChange(EventHandler<NSNotificationEventArgs>)

常數的 MoviePlayerReadyForDisplayDidChangeNotification 強型別通知。

ObserveMoviePlayerReadyForDisplayDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 MoviePlayerReadyForDisplayDidChangeNotification 強型別通知。

ObserveMPMoviePlayerIsAirPlayVideoActiveDidChange(EventHandler<NSNotificationEventArgs>)

常數的 MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification 強型別通知。

ObserveMPMoviePlayerIsAirPlayVideoActiveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification 強型別通知。

ObserveNaturalSizeAvailable(EventHandler<NSNotificationEventArgs>)

常數的 NaturalSizeAvailableNotification 強型別通知。

ObserveNaturalSizeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 NaturalSizeAvailableNotification 強型別通知。

ObserveNowPlayingMovieDidChange(EventHandler<NSNotificationEventArgs>)

常數的 NowPlayingMovieDidChangeNotification 強型別通知。

ObserveNowPlayingMovieDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 NowPlayingMovieDidChangeNotification 強型別通知。

ObservePlaybackDidFinish(EventHandler<MPMoviePlayerFinishedEventArgs>)

常數的 PlaybackDidFinishNotification 強型別通知。

ObservePlaybackDidFinish(NSObject, EventHandler<MPMoviePlayerFinishedEventArgs>)

常數的 PlaybackDidFinishNotification 強型別通知。

ObservePlaybackStateDidChange(EventHandler<NSNotificationEventArgs>)

常數的 PlaybackStateDidChangeNotification 強型別通知。

ObservePlaybackStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 PlaybackStateDidChangeNotification 強型別通知。

ObserveScalingModeDidChange(EventHandler<NSNotificationEventArgs>)

常數的 ScalingModeDidChangeNotification 強型別通知。

ObserveScalingModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 ScalingModeDidChangeNotification 強型別通知。

ObserveSourceTypeAvailable(EventHandler<NSNotificationEventArgs>)

常數的 SourceTypeAvailableNotification 強型別通知。

ObserveSourceTypeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 SourceTypeAvailableNotification 強型別通知。

ObserveThumbnailImageRequestDidFinish(EventHandler<MPMoviePlayerThumbnailEventArgs>)

常數的 ThumbnailImageRequestDidFinishNotification 強型別通知。

ObserveThumbnailImageRequestDidFinish(NSObject, EventHandler<MPMoviePlayerThumbnailEventArgs>)

常數的 ThumbnailImageRequestDidFinishNotification 強型別通知。

ObserveTimedMetadataUpdated(EventHandler<MPMoviePlayerTimedMetadataEventArgs>)

常數的 TimedMetadataUpdatedNotification 強型別通知。

ObserveTimedMetadataUpdated(NSObject, EventHandler<MPMoviePlayerTimedMetadataEventArgs>)

常數的 TimedMetadataUpdatedNotification 強型別通知。

ObserveTypesAvailable(EventHandler<NSNotificationEventArgs>)

常數的 TypesAvailableNotification 強型別通知。

ObserveTypesAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 TypesAvailableNotification 強型別通知。

ObserveWillEnterFullscreen(EventHandler<MPMoviePlayerFullScreenEventArgs>)

常數的 WillEnterFullscreenNotification 強型別通知。

ObserveWillEnterFullscreen(EventHandler<NSNotificationEventArgs>)

常數的 WillEnterFullscreenNotification 強型別通知。

ObserveWillEnterFullscreen(NSObject, EventHandler<MPMoviePlayerFullScreenEventArgs>)

常數的 WillEnterFullscreenNotification 強型別通知。

ObserveWillEnterFullscreen(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 WillEnterFullscreenNotification 強型別通知。

ObserveWillExitFullscreen(EventHandler<MPMoviePlayerFullScreenEventArgs>)

常數的 WillExitFullscreenNotification 強型別通知。

ObserveWillExitFullscreen(NSObject, EventHandler<MPMoviePlayerFullScreenEventArgs>)

常數的 WillExitFullscreenNotification 強型別通知。

適用於