Package org.robovm.apple.avfoundation
Interface AVPlayerPlaybackCoordinatorDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVPlayerPlaybackCoordinatorDelegateAdapter
public interface AVPlayerPlaybackCoordinatorDelegate extends NSObjectProtocol
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description StringidentifierForPlayerItem(AVPlayerPlaybackCoordinator coordinator, AVPlayerItem playerItem)NSArray<NSValue>interstitialTimeRangesForPlayerItem(AVPlayerPlaybackCoordinator coordinator, AVPlayerItem playerItem)
-
Method Details
-
identifierForPlayerItem
-
interstitialTimeRangesForPlayerItem
NSArray<NSValue> interstitialTimeRangesForPlayerItem(AVPlayerPlaybackCoordinator coordinator, AVPlayerItem playerItem)- Since:
- Available in iOS 15.4 and later.
-