Uses of Class
org.robovm.apple.avfoundation.AVPlayer
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.avkit | |
| org.robovm.apple.spritekit |
-
Uses of AVPlayer in org.robovm.apple.avfoundation
Subclasses of AVPlayer in org.robovm.apple.avfoundation Modifier and Type Class Description classAVQueuePlayerMethods in org.robovm.apple.avfoundation that return AVPlayer Modifier and Type Method Description AVPlayerAVPlayerLayer. getPlayer()AVPlayerAVPlayerPlaybackCoordinator. getPlayer()AVPlayerAVPlayerInterstitialEventMonitor. getPrimaryPlayer()AVPlayerAVPlayerInterstitialEventObserver. getPrimaryPlayer()Methods in org.robovm.apple.avfoundation with parameters of type AVPlayer Modifier and Type Method Description protected static longAVPlayerLayer. create(AVPlayer player)protected longAVPlayerInterstitialEventController. init(AVPlayer primaryPlayer)protected longAVPlayerInterstitialEventMonitor. init(AVPlayer primaryPlayer)protected longAVPlayerInterstitialEventObserver. init(AVPlayer primaryPlayer)voidAVPlayerLayer. setPlayer(AVPlayer v)Constructors in org.robovm.apple.avfoundation with parameters of type AVPlayer Constructor Description AVPlayerInterstitialEventController(AVPlayer primaryPlayer)AVPlayerInterstitialEventMonitor(AVPlayer primaryPlayer)AVPlayerInterstitialEventObserver(AVPlayer primaryPlayer)AVPlayerLayer(AVPlayer player) -
Uses of AVPlayer in org.robovm.apple.avkit
Methods in org.robovm.apple.avkit that return AVPlayer Modifier and Type Method Description AVPlayerAVPlayerViewController. getPlayer()Methods in org.robovm.apple.avkit with parameters of type AVPlayer Modifier and Type Method Description voidAVPlayerViewController. setPlayer(AVPlayer v) -
Uses of AVPlayer in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit with parameters of type AVPlayer Modifier and Type Method Description protected longSKVideoNode. init(AVPlayer player)Constructors in org.robovm.apple.spritekit with parameters of type AVPlayer Constructor Description SKVideoNode(AVPlayer player)