Class SKVideoNode

    • Constructor Detail

      • SKVideoNode

        public SKVideoNode()
      • SKVideoNode

        public SKVideoNode​(AVPlayer player)
      • SKVideoNode

        public SKVideoNode​(java.lang.String videoFile)
        Since:
        Available in iOS 8.0 and later.
      • SKVideoNode

        public SKVideoNode​(NSURL url)
        Since:
        Available in iOS 8.0 and later.
      • SKVideoNode

        public SKVideoNode​(NSCoder aDecoder)
    • Method Detail

      • getSize

        public CGSize getSize()
      • setSize

        public void setSize​(CGSize v)
      • getAnchorPoint

        public CGPoint getAnchorPoint()
      • setAnchorPoint

        public void setAnchorPoint​(CGPoint v)
      • init

        protected long init​(AVPlayer player)
      • init

        protected long init​(java.lang.String videoFile)
        Since:
        Available in iOS 8.0 and later.
      • init

        protected long init​(NSURL url)
        Since:
        Available in iOS 8.0 and later.
      • play

        public void play()
      • pause

        public void pause()