X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2FModules%2Fwebaudio%2FAudioPannerNode.idl;h=1a8688f6411b949b966469c3c2a9864bbcb76834;hp=5061e7825042a98521595bfe723f88458553725d;hb=c544335af8b670589308e915805b4a0aea308109;hpb=e3a78595ef774db3f650c42dc6197f4fe66ac81e diff --git a/Source/WebCore/Modules/webaudio/AudioPannerNode.idl b/Source/WebCore/Modules/webaudio/AudioPannerNode.idl index 5061e78..1a8688f 100644 --- a/Source/WebCore/Modules/webaudio/AudioPannerNode.idl +++ b/Source/WebCore/Modules/webaudio/AudioPannerNode.idl @@ -38,8 +38,7 @@ module audio { const unsigned short EXPONENTIAL_DISTANCE = 2; // Default model for stereo is HRTF - // FIXME: use unsigned short when glue generation supports it - attribute unsigned long panningModel + attribute unsigned short panningModel setter raises(DOMException); // Uses a 3D cartesian coordinate system @@ -48,7 +47,9 @@ module audio { void setVelocity(in float x, in float y, in float z); // Distance model - attribute unsigned long distanceModel; // FIXME: use unsigned short when glue generation supports it + attribute unsigned short distanceModel + setter raises(DOMException); + attribute float refDistance; attribute float maxDistance; attribute float rolloffFactor;