共用方式為


AVPlayerItem.Notifications 類別

定義

類別所張貼的 AVPlayerItem 通知。

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

備註

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

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

方法

ObserveDidPlayToEndTime(EventHandler<NSNotificationEventArgs>)

常數的 DidPlayToEndTimeNotification 強型別通知。

ObserveDidPlayToEndTime(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidPlayToEndTimeNotification 強型別通知。

ObserveItemFailedToPlayToEndTime(EventHandler<AVPlayerItemErrorEventArgs>)

常數的 ItemFailedToPlayToEndTimeNotification 強型別通知。

ObserveItemFailedToPlayToEndTime(NSObject, EventHandler<AVPlayerItemErrorEventArgs>)

常數的 ItemFailedToPlayToEndTimeNotification 強型別通知。

ObserveNewAccessLogEntry(EventHandler<NSNotificationEventArgs>)

常數的 NewAccessLogEntryNotification 強型別通知。

ObserveNewAccessLogEntry(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 NewAccessLogEntryNotification 強型別通知。

ObserveNewErrorLogEntry(EventHandler<NSNotificationEventArgs>)

常數的 NewErrorLogEntryNotification 強型別通知。

ObserveNewErrorLogEntry(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 NewErrorLogEntryNotification 強型別通知。

ObservePlaybackStalled(EventHandler<NSNotificationEventArgs>)

常數的 PlaybackStalledNotification 強型別通知。

ObservePlaybackStalled(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 PlaybackStalledNotification 強型別通知。

ObserveTimeJumped(EventHandler<NSNotificationEventArgs>)

常數的 TimeJumpedNotification 強型別通知。

ObserveTimeJumped(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 TimeJumpedNotification 強型別通知。

適用於