Uses of Class
org.robovm.apple.avfoundation.AVAudioConnectionPoint
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAudioConnectionPoint in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVAudioConnectionPoint Modifier and Type Method Description AVAudioConnectionPointAVAudioMixingDestination. getConnectionPoint()AVAudioConnectionPointAVAudioEngine. getInputConnectionPoint(AVAudioNode node, long bus)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAudioConnectionPoint Modifier and Type Method Description NSArray<AVAudioConnectionPoint>AVAudioEngine. getOutputConnectionPoints(AVAudioNode node, long bus)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAudioConnectionPoint Modifier and Type Method Description voidAVAudioEngine. connect(AVAudioNode sourceNode, NSArray<AVAudioConnectionPoint> destNodes, long sourceBus, AVAudioFormat format)