Uses of Class
org.robovm.apple.avfoundation.AVTimeRamp
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVTimeRamp in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVTimeRamp Modifier and Type Method Description AVTimeRamp<CGRect>AVVideoCompositionLayerInstruction. getCropRectangleRamp(CMTime time)AVTimeRamp<Float>AVVideoCompositionLayerInstruction. getOpacityRamp(CMTime time)AVTimeRamp<CGAffineTransform>AVVideoCompositionLayerInstruction. getTransformRamp(CMTime time)AVTimeRamp<Float>AVAudioMixInputParameters. getVolumeRamp(CMTime time)Methods in org.robovm.apple.avfoundation with parameters of type AVTimeRamp Modifier and Type Method Description voidAVMutableVideoCompositionLayerInstruction. setCropRectangleRamp(AVTimeRamp<CGRect> ramp)voidAVMutableVideoCompositionLayerInstruction. setOpacityRamp(AVTimeRamp<Float> ramp)voidAVMutableVideoCompositionLayerInstruction. setTransformRamp(AVTimeRamp<CGAffineTransform> ramp)voidAVMutableAudioMixInputParameters. setVolumeRamp(AVTimeRamp<Float> ramp)