Uses of Class
org.robovm.apple.audiotoolbox.AURenderCallbackStruct
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AURenderCallbackStruct in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AURenderCallbackStruct Modifier and Type Method Description AURenderCallbackStructAUNodeRenderCallback. getCback()AURenderCallbackStructAURenderCallbackStruct. setInputProc(FunctionPtr inputProc)AURenderCallbackStructAURenderCallbackStruct. setInputProcRefCon(long inputProcRefCon)Methods in org.robovm.apple.audiotoolbox with parameters of type AURenderCallbackStruct Modifier and Type Method Description AUNodeRenderCallbackAUNodeRenderCallback. setCback(AURenderCallbackStruct cback)protected OSStatusAUGraph. setNodeInputCallback0(int inDestNode, int inDestInputNumber, AURenderCallbackStruct inInputCallback)Deprecated.AUGraph is deprecated in favor of AVAudioEngineConstructors in org.robovm.apple.audiotoolbox with parameters of type AURenderCallbackStruct Constructor Description AUNodeRenderCallback(int destNode, int destInputNumber, AURenderCallbackStruct cback)