Class SKVideoNode

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, UIActivityItemsConfigurationProviding, UIFocusEnvironment, UIFocusItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UIUserActivityRestoring, ObjCProtocol

public class SKVideoNode
extends SKNode
  • Constructor Details

    • SKVideoNode

      public SKVideoNode()
    • SKVideoNode

      protected SKVideoNode​(NSObject.Handle h, long handle)
    • SKVideoNode

      protected SKVideoNode​(NSObject.SkipInit skipInit)
    • SKVideoNode

      public SKVideoNode​(AVPlayer player)
    • SKVideoNode

      public SKVideoNode​(String videoFile)
    • SKVideoNode

      public SKVideoNode​(NSURL url)
    • SKVideoNode

      public SKVideoNode​(NSCoder aDecoder)
  • Method Details

    • getSize

      public CGSize getSize()
    • setSize

      public void setSize​(CGSize v)
    • getAnchorPoint

      public CGPoint getAnchorPoint()
    • setAnchorPoint

      public void setAnchorPoint​(CGPoint v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(AVPlayer player)
    • init

      protected long init​(String videoFile)
    • init

      protected long init​(NSURL url)
    • init

      protected long init​(NSCoder aDecoder)
      Overrides:
      init in class SKNode
    • play

      public void play()
    • pause

      public void pause()