AVPlayerItem.Notifications Classe

Définition

Notification publiée par la AVPlayerItem classe.

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

Remarques

Il s’agit d’une classe statique qui contient diverses 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

ObserveDidPlayToEndTime(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidPlayToEndTimeNotification constante.

ObserveDidPlayToEndTime(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidPlayToEndTimeNotification constante.

ObserveItemFailedToPlayToEndTime(EventHandler<AVPlayerItemErrorEventArgs>)

Notification fortement typée pour la ItemFailedToPlayToEndTimeNotification constante.

ObserveItemFailedToPlayToEndTime(NSObject, EventHandler<AVPlayerItemErrorEventArgs>)

Notification fortement typée pour la ItemFailedToPlayToEndTimeNotification constante.

ObserveNewAccessLogEntry(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NewAccessLogEntryNotification constante.

ObserveNewAccessLogEntry(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NewAccessLogEntryNotification constante.

ObserveNewErrorLogEntry(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NewErrorLogEntryNotification constante.

ObserveNewErrorLogEntry(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la NewErrorLogEntryNotification constante.

ObservePlaybackStalled(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la PlaybackStalledNotification constante.

ObservePlaybackStalled(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la PlaybackStalledNotification constante.

ObserveTimeJumped(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TimeJumpedNotification constante.

ObserveTimeJumped(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la TimeJumpedNotification constante.

S’applique à