Class AVVideoCompositionCoreAnimationTool

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AVVideoCompositionCoreAnimationTool
extends NSObject
  • Constructor Details

    • AVVideoCompositionCoreAnimationTool

      public AVVideoCompositionCoreAnimationTool()
    • AVVideoCompositionCoreAnimationTool

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

      protected AVVideoCompositionCoreAnimationTool​(NSObject.SkipInit skipInit)
    • AVVideoCompositionCoreAnimationTool

      public AVVideoCompositionCoreAnimationTool​(CALayer layer, int trackID)
    • AVVideoCompositionCoreAnimationTool

      public AVVideoCompositionCoreAnimationTool​(CALayer videoLayer, CALayer animationLayer)
    • AVVideoCompositionCoreAnimationTool

      public AVVideoCompositionCoreAnimationTool​(NSArray<CALayer> videoLayers, CALayer animationLayer)
  • Method Details

    • create

      protected static long create​(CALayer layer, int trackID)
    • create

      protected static long create​(CALayer videoLayer, CALayer animationLayer)
    • create

      protected static long create​(NSArray<CALayer> videoLayers, CALayer animationLayer)