Package org.robovm.apple.avfoundation
Class AVPlayerItem.Notifications
java.lang.Object
org.robovm.apple.avfoundation.AVPlayerItem.Notifications
- Enclosing class:
- AVPlayerItem
public static class AVPlayerItem.Notifications extends Object
-
Constructor Summary
Constructors Constructor Description Notifications() -
Method Summary
Modifier and Type Method Description static NSObjectProtocolobserveDidPlayToEndTime(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)static NSObjectProtocolobserveFailedToPlayToEndTime(AVPlayerItem object, VoidBlock2<AVPlayerItem,NSError> block)static NSObjectProtocolobserveNewAccessLogEntry(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)static NSObjectProtocolobserveNewErrorLogEntry(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)static NSObjectProtocolobservePlaybackStalled(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)static NSObjectProtocolobserveTimeJumped(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)
-
Constructor Details
-
Notifications
public Notifications()
-
-
Method Details
-
observeTimeJumped
public static NSObjectProtocol observeTimeJumped(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)- Since:
- Available in iOS 5.0 and later.
-
observeDidPlayToEndTime
public static NSObjectProtocol observeDidPlayToEndTime(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)- Since:
- Available in iOS 4.0 and later.
-
observeFailedToPlayToEndTime
public static NSObjectProtocol observeFailedToPlayToEndTime(AVPlayerItem object, VoidBlock2<AVPlayerItem,NSError> block)- Since:
- Available in iOS 4.3 and later.
-
observePlaybackStalled
public static NSObjectProtocol observePlaybackStalled(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)- Since:
- Available in iOS 6.0 and later.
-
observeNewAccessLogEntry
public static NSObjectProtocol observeNewAccessLogEntry(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)- Since:
- Available in iOS 6.0 and later.
-
observeNewErrorLogEntry
public static NSObjectProtocol observeNewErrorLogEntry(AVPlayerItem object, VoidBlock1<AVPlayerItem> block)- Since:
- Available in iOS 6.0 and later.
-