Searched defs:AudioParam (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioParam.java3 public enum AudioParam { enum
/external/webkit/Source/WebCore/webaudio/
H A DAudioParam.h39 class AudioParam : public RefCounted<AudioParam> { class in namespace:WebCore
44 static PassRefPtr<AudioParam> create(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
46 return adoptRef(new AudioParam(name, defaultValue, minValue, maxValue, units));
49 AudioParam(const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0) function in class:WebCore::AudioParam

Completed in 82 milliseconds