Uses of Interface
org.robovm.apple.audiotoolbox.AUParameterType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUParameterType in org.robovm.apple.audiotoolbox
Classes in org.robovm.apple.audiotoolbox that implement AUParameterType Modifier and Type Class Description classAUParameterBandEQclassAUParameterBandpassclassAUParameterDelayclassAUParameterDistortionclassAUParameterDynamicsProcessorclassAUParameterHighShelfclassAUParameterHipassclassAUParameterLowpassclassAUParameterLowShelfclassAUParameterMatrixMixerclassAUParameterMIDIclassAUParameterMultiChannelMixerclassAUParameterNewTimePitchclassAUParameterOutputclassAUParameterParametricEQclassAUParameterPeakLimiterclassAUParameterRandomclassAUParameterReverbclassAUParameterReverb2classAUParameterRoundTripAACclassAUParameterSamplerclassAUParameterSpatialMixerclassAUParameterTimePitchMethods in org.robovm.apple.audiotoolbox that return AUParameterType Modifier and Type Method Description AUParameterTypeAUParameterEvent. getParameterID()AUParameterTypeAUDependentParameter. getType()AUParameterTypeAudioUnitParameter. getType()Methods in org.robovm.apple.audiotoolbox with parameters of type AUParameterType Modifier and Type Method Description floatAudioUnit. getParameter(AUParameterType type, AUScope scope)floatAudioUnit. getParameter(AUParameterType type, AUScope scope, int element)protected OSStatusAudioUnit. getParameter0(AUParameterType inID, AUScope inScope, int inElement, FloatPtr outValue)voidAudioUnit. setParameter(AUParameterType type, float value, AUScope scope)voidAudioUnit. setParameter(AUParameterType type, float value, AUScope scope, int element, int bufferOffsetInFrames)protected OSStatusAudioUnit. setParameter0(AUParameterType inID, AUScope inScope, int inElement, float inValue, int inBufferOffsetInFrames)AUParameterEventAUParameterEvent. setParameterID(AUParameterType parameterID)AUDependentParameterAUDependentParameter. setType(AUParameterType type)AudioUnitParameterAudioUnitParameter. setType(AUParameterType type)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUParameterType Constructor Description AUDependentParameter(AUScope scope, AUParameterType type)AudioUnitParameter(AudioUnit audioUnit, AUParameterType type, AUScope scope, int element)AUParameterEvent(AUParameterType parameterID, AUScope scope, int element, float value)