-
Methods in org.robovm.apple.avfoundation with parameters of type AVPlayerItem
| Modifier and Type |
Method |
Description |
boolean |
AVQueuePlayer.canInsertItem(AVPlayerItem item,
AVPlayerItem afterItem) |
|
protected static long |
AVPlayerInterstitialEvent.create(AVPlayerItem primaryItem,
String identifier,
CMTime time,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
protected static long |
AVPlayerInterstitialEvent.create(AVPlayerItem primaryItem,
String identifier,
NSDate date,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
protected static long |
AVPlayerLooper.create(AVQueuePlayer player,
AVPlayerItem itemToLoop) |
|
protected static long |
AVSynchronizedLayer.create(AVPlayerItem playerItem) |
|
String |
AVPlayerPlaybackCoordinatorDelegate.identifierForPlayerItem(AVPlayerPlaybackCoordinator coordinator,
AVPlayerItem playerItem) |
|
String |
AVPlayerPlaybackCoordinatorDelegateAdapter.identifierForPlayerItem(AVPlayerPlaybackCoordinator coordinator,
AVPlayerItem playerItem) |
|
protected long |
AVPlayer.init(AVPlayerItem item) |
|
protected long |
AVPlayerLooper.init(AVQueuePlayer player,
AVPlayerItem itemToLoop,
CMTimeRange loopRange) |
|
void |
AVQueuePlayer.insertItem(AVPlayerItem item,
AVPlayerItem afterItem) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeDidPlayToEndTime(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeFailedToPlayToEndTime(AVPlayerItem object,
VoidBlock2<AVPlayerItem,NSError> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeNewAccessLogEntry(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeNewErrorLogEntry(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observePlaybackStalled(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeTimeJumped(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
void |
AVQueuePlayer.removeItem(AVPlayerItem item) |
|
void |
AVPlayer.replaceCurrentItem(AVPlayerItem item) |
|
void |
AVSynchronizedLayer.setPlayerItem(AVPlayerItem v) |
|
Method parameters in org.robovm.apple.avfoundation with type arguments of type AVPlayerItem
| Modifier and Type |
Method |
Description |
protected static long |
AVPlayerInterstitialEvent.create(AVPlayerItem primaryItem,
String identifier,
CMTime time,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
protected static long |
AVPlayerInterstitialEvent.create(AVPlayerItem primaryItem,
String identifier,
NSDate date,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
protected long |
AVQueuePlayer.init(NSArray<AVPlayerItem> items) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeDidPlayToEndTime(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeFailedToPlayToEndTime(AVPlayerItem object,
VoidBlock2<AVPlayerItem,NSError> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeNewAccessLogEntry(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeNewErrorLogEntry(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observePlaybackStalled(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
static NSObjectProtocol |
AVPlayerItem.Notifications.observeTimeJumped(AVPlayerItem object,
VoidBlock1<AVPlayerItem> block) |
|
Constructors in org.robovm.apple.avfoundation with parameters of type AVPlayerItem
| Constructor |
Description |
AVPlayer(AVPlayerItem item) |
|
AVPlayerInterstitialEvent(AVPlayerItem primaryItem,
String identifier,
CMTime time,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
AVPlayerInterstitialEvent(AVPlayerItem primaryItem,
String identifier,
NSDate date,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
AVPlayerLooper(AVQueuePlayer player,
AVPlayerItem itemToLoop) |
|
AVPlayerLooper(AVQueuePlayer player,
AVPlayerItem itemToLoop,
CMTimeRange loopRange) |
|
AVQueuePlayer(AVPlayerItem item) |
|
AVSynchronizedLayer(AVPlayerItem playerItem) |
|
Constructor parameters in org.robovm.apple.avfoundation with type arguments of type AVPlayerItem
| Constructor |
Description |
AVPlayerInterstitialEvent(AVPlayerItem primaryItem,
String identifier,
CMTime time,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
AVPlayerInterstitialEvent(AVPlayerItem primaryItem,
String identifier,
NSDate date,
NSArray<AVPlayerItem> templateItems,
AVPlayerInterstitialEventRestrictions restrictions,
CMTime resumptionOffset,
CMTime playoutLimit,
NSDictionary<?,?> userDefinedAttributes) |
|
AVQueuePlayer(NSArray<AVPlayerItem> items) |
|
-