Uses of Class
org.robovm.apple.audiotoolbox.AURenderActionFlags
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AURenderActionFlags in org.robovm.apple.audiotoolbox
Fields in org.robovm.apple.audiotoolbox declared as AURenderActionFlags Modifier and Type Field Description static AURenderActionFlagsAURenderActionFlags. DoNotCheckRenderArgsstatic AURenderActionFlagsAURenderActionFlags. Nonestatic AURenderActionFlagsAURenderActionFlags. OfflineCompletestatic AURenderActionFlagsAURenderActionFlags. OfflinePreflightstatic AURenderActionFlagsAURenderActionFlags. OfflineRenderstatic AURenderActionFlagsAURenderActionFlags. OutputIsSilencestatic AURenderActionFlagsAURenderActionFlags. PostRenderstatic AURenderActionFlagsAURenderActionFlags. PostRenderErrorstatic AURenderActionFlagsAURenderActionFlags. PreRenderMethods in org.robovm.apple.audiotoolbox that return AURenderActionFlags Modifier and Type Method Description protected AURenderActionFlags[]AURenderActionFlags. _values()AURenderActionFlagsAUMutableRenderActionFlags. get()static AURenderActionFlags[]AURenderActionFlags. values()protected AURenderActionFlagsAURenderActionFlags. wrap(long value, long mask)Methods in org.robovm.apple.audiotoolbox with parameters of type AURenderActionFlags Modifier and Type Method Description voidAudioUnit. render(AURenderActionFlags actionFlags, AudioTimeStamp timeStamp, int outputBusNumber, int numberFrames, AudioBufferList data)voidAUMutableRenderActionFlags. set(AURenderActionFlags flags)Method parameters in org.robovm.apple.audiotoolbox with type arguments of type AURenderActionFlags Modifier and Type Method Description longAUAudioUnit. tokenByAddingRenderObserver(VoidBlock4<AURenderActionFlags,AudioTimeStamp,Integer,Long> observer)Constructors in org.robovm.apple.audiotoolbox with parameters of type AURenderActionFlags Constructor Description AUMutableRenderActionFlags(AURenderActionFlags flags)