Interface AVVideoCompositionInstructionProtocol

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
AVMutableVideoCompositionInstruction, AVVideoCompositionInstruction

public interface AVVideoCompositionInstructionProtocol
extends NSObjectProtocol
  • Method Details

    • getTimeRange

      CMTimeRange getTimeRange()
    • isPostProcessingEnabled

      boolean isPostProcessingEnabled()
    • containsTweening

      boolean containsTweening()
    • getRequiredSourceTrackIDs

      List<Integer> getRequiredSourceTrackIDs()
    • getPassthroughTrackID

      int getPassthroughTrackID()
    • getRequiredSourceSampleDataTrackIDs

      NSArray<NSNumber> getRequiredSourceSampleDataTrackIDs()
      Since:
      Available in iOS 15.0 and later.