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

/external/webkit/Source/WebCore/webaudio/
H A DAudioGain.h37 class AudioGain : public AudioParam { class in namespace:WebCore
39 static PassRefPtr<AudioGain> create(const char* name, double defaultValue, double minValue, double maxValue)
41 return adoptRef(new AudioGain(name, defaultValue, minValue, maxValue));
45 AudioGain(const char* name, double defaultValue, double minValue, double maxValue) function in class:WebCore::AudioGain

Completed in 85 milliseconds