Package org.robovm.apple.avfoundation
Interface AVVideoCompositionInstructionProtocol
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVMutableVideoCompositionInstruction,AVVideoCompositionInstruction
public interface AVVideoCompositionInstructionProtocol extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description booleancontainsTweening()intgetPassthroughTrackID()NSArray<NSNumber>getRequiredSourceSampleDataTrackIDs()List<Integer>getRequiredSourceTrackIDs()CMTimeRangegetTimeRange()booleanisPostProcessingEnabled()
-
Method Details
-
getTimeRange
CMTimeRange getTimeRange() -
isPostProcessingEnabled
boolean isPostProcessingEnabled() -
containsTweening
boolean containsTweening() -
getRequiredSourceTrackIDs
-
getPassthroughTrackID
int getPassthroughTrackID() -
getRequiredSourceSampleDataTrackIDs
- Since:
- Available in iOS 15.0 and later.
-