Package org.robovm.apple.avfoundation
Class AVAudioUnitReverb
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.avfoundation.AVAudioNode
-
- org.robovm.apple.avfoundation.AVAudioUnit
-
- org.robovm.apple.avfoundation.AVAudioUnitEffect
-
- org.robovm.apple.avfoundation.AVAudioUnitReverb
-
- All Implemented Interfaces:
NSObjectProtocol
,org.robovm.objc.ObjCProtocol
public class AVAudioUnitReverb extends AVAudioUnitEffect
- Since:
- Available in iOS 8.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AVAudioUnitReverb.AVAudioUnitReverbPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.avfoundation.AVAudioUnitEffect
AVAudioUnitEffect.AVAudioUnitEffectPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.avfoundation.AVAudioUnit
AVAudioUnit.AVAudioUnitPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.avfoundation.AVAudioNode
AVAudioNode.AVAudioNodePtr
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Modifier Constructor Description AVAudioUnitReverb()
AVAudioUnitReverb(AudioComponentDescription audioComponentDescription)
protected
AVAudioUnitReverb(NSObject.Handle h, long handle)
protected
AVAudioUnitReverb(NSObject.SkipInit skipInit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getWetDryMix()
void
loadFactoryPreset(AVAudioUnitReverbPreset preset)
void
setWetDryMix(float v)
-
Methods inherited from class org.robovm.apple.avfoundation.AVAudioUnitEffect
init, isBypass, setBypass
-
Methods inherited from class org.robovm.apple.avfoundation.AVAudioUnit
getAUAudioUnit, getAudioComponentDescription, getAudioUnit, getManufacturerName, getName, getVersion, instantiate, loadAudioUnitPreset
-
Methods inherited from class org.robovm.apple.avfoundation.AVAudioNode
getEngine, getInputFormatForBus, getLastRenderTime, getLatency, getNameForInputBus, getNameForOutputBus, getNumberOfInputs, getNumberOfOutputs, getOutputFormatForBus, getOutputPresentationLatency, installTapOnBus, removeTapOnBus, reset
-
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValues
-
-
-
-
Constructor Detail
-
AVAudioUnitReverb
public AVAudioUnitReverb()
-
AVAudioUnitReverb
protected AVAudioUnitReverb(NSObject.Handle h, long handle)
-
AVAudioUnitReverb
protected AVAudioUnitReverb(NSObject.SkipInit skipInit)
-
AVAudioUnitReverb
public AVAudioUnitReverb(AudioComponentDescription audioComponentDescription)
-
-
Method Detail
-
getWetDryMix
public float getWetDryMix()
-
setWetDryMix
public void setWetDryMix(float v)
-
loadFactoryPreset
public void loadFactoryPreset(AVAudioUnitReverbPreset preset)
-
-