-
Methods in org.robovm.apple.avfoundation with parameters of type AVPlayerInterstitialEventRestrictions
| 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) |
|
Constructors in org.robovm.apple.avfoundation with parameters of type AVPlayerInterstitialEventRestrictions
| 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) |
|