Uses of Class
com.blackrook.gloop.openal.OALContext
Packages that use OALContext
Package
Description
Contains root classes.
Contains the EFX effect classes.
Contains the EFX filter classes.
-
Uses of OALContext in com.blackrook.gloop.openal
Methods in com.blackrook.gloop.openal that return OALContextModifier and TypeMethodDescriptionOALDevice.createContext(OALContext.AttributeValue... attributes) Creates a rendering context for a device.Constructors in com.blackrook.gloop.openal with parameters of type OALContextModifierConstructorDescriptionprotectedOALEffect(OALContext context, int alEffectType) protectedOALFilter(OALContext context, int alFilterType) protectedOALObject(OALContext context) Allocates a new OpenAL object. -
Uses of OALContext in com.blackrook.gloop.openal.effect
Constructors in com.blackrook.gloop.openal.effect with parameters of type OALContextModifierConstructorDescriptionAutowahEffect(OALContext context) ChorusEffect(OALContext context) CompressorEffect(OALContext context) DistortionEffect(OALContext context) EchoEffect(OALContext context) EqualizerEffect(OALContext context) FlangerEffect(OALContext context) FrequencyShiftEffect(OALContext context) PitchShiftEffect(OALContext context) ReverbEffect(OALContext context) RingModulatorEffect(OALContext context) VocalMorpherEffect(OALContext context) -
Uses of OALContext in com.blackrook.gloop.openal.filter
Constructors in com.blackrook.gloop.openal.filter with parameters of type OALContextModifierConstructorDescriptionBandPassFilter(OALContext context) HighPassFilter(OALContext context) LowPassFilter(OALContext context)