Class AVVideoComposition

    • Constructor Detail

      • AVVideoComposition

        public AVVideoComposition()
      • AVVideoComposition

        @Deprecated
        protected AVVideoComposition​(long handle)
        Deprecated.
      • AVVideoComposition

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

        public AVVideoComposition​(AVAsset asset)
        Since:
        Available in iOS 6.0 and later.
    • Method Detail

      • getCustomVideoCompositorClass

        public java.lang.Class<? extends AVVideoCompositing> getCustomVideoCompositorClass()
        Since:
        Available in iOS 7.0 and later.
      • getFrameDuration

        public CMTime getFrameDuration()
      • getSourceTrackIDForFrameTiming

        public int getSourceTrackIDForFrameTiming()
        Since:
        Available in iOS 11.0 and later.
      • getRenderSize

        public CGSize getRenderSize()
      • getRenderScale

        public float getRenderScale()
        Since:
        Available in iOS 4.0 and later.
      • getColorPrimaries

        public java.lang.String getColorPrimaries()
        Since:
        Available in iOS 10.0 and later.
      • getColorYCbCrMatrix

        public java.lang.String getColorYCbCrMatrix()
        Since:
        Available in iOS 10.0 and later.
      • getColorTransferFunction

        public java.lang.String getColorTransferFunction()
        Since:
        Available in iOS 10.0 and later.
      • create

        protected static long create​(AVAsset asset)
        Since:
        Available in iOS 6.0 and later.