Notifications
ObserveDidPlayToEndTime(EventHandler<NSNotificationEventArgs>)
ObserveDidPlayToEndTime(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveItemFailedToPlayToEndTime(EventHandler<AVPlayerItemErrorEventArgs>)
ObserveItemFailedToPlayToEndTime(NSObject, EventHandler<AVPlayerItemErrorEventArgs>)
ObserveMediaSelectionDidChange(EventHandler<NSNotificationEventArgs>)
ObserveMediaSelectionDidChange(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveNewAccessLogEntry(EventHandler<NSNotificationEventArgs>)
ObserveNewAccessLogEntry(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveNewErrorLogEntry(EventHandler<NSNotificationEventArgs>)
ObserveNewErrorLogEntry(NSObject, EventHandler<NSNotificationEventArgs>)
ObservePlaybackStalled(EventHandler<NSNotificationEventArgs>)
ObservePlaybackStalled(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveRecommendedTimeOffsetFromLiveDidChange(EventHandler<NSNotificationEventArgs>)
ObserveRecommendedTimeOffsetFromLiveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveTimeJumped(EventHandler<AVPlayerItemTimeJumpedEventArgs>)
ObserveTimeJumped(EventHandler<NSNotificationEventArgs>)
ObserveTimeJumped(NSObject, EventHandler<AVPlayerItemTimeJumpedEventArgs>)
ObserveTimeJumped(NSObject, EventHandler<NSNotificationEventArgs>)
xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Register("AVPlayerItem", true)]
public class AVPlayerItem : NSObject, INSCopying, INativeObject, IDisposable
{
public static class Notifications
{
public static NSObject! ObserveNewErrorLogEntry(NSObject! objectToObserve, EventHandler<NSNotificationEventArgs!>! handler);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API