Uses of Class
org.robovm.apple.avfoundation.AVVideoCompositionInstruction
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVVideoCompositionInstruction in org.robovm.apple.avfoundation
Subclasses of AVVideoCompositionInstruction in org.robovm.apple.avfoundation Modifier and Type Class Description classAVMutableVideoCompositionInstructionMethods in org.robovm.apple.avfoundation that return types with arguments of type AVVideoCompositionInstruction Modifier and Type Method Description NSArray<AVVideoCompositionInstruction>AVMutableVideoComposition. getInstructions()NSArray<AVVideoCompositionInstruction>AVVideoComposition. getInstructions()Methods in org.robovm.apple.avfoundation with parameters of type AVVideoCompositionInstruction Modifier and Type Method Description protected static longAVMutableVideoComposition. create(AVAsset asset, AVVideoCompositionInstruction prototypeInstruction)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVVideoCompositionInstruction Modifier and Type Method Description voidAVMutableVideoComposition. setInstructions(NSArray<AVVideoCompositionInstruction> v)Constructors in org.robovm.apple.avfoundation with parameters of type AVVideoCompositionInstruction Constructor Description AVMutableVideoComposition(AVAsset asset, AVVideoCompositionInstruction prototypeInstruction)