webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
AudioListener Interface Reference

import"AudioListener.idl";

Public Member Functions

void setPosition (unrestricted float x, unrestricted float y, unrestricted float z)
 
void setOrientation (unrestricted float x, unrestricted float y, unrestricted float z, unrestricted float xUp, unrestricted float yUp, unrestricted float zUp)
 
void setVelocity (unrestricted float x, unrestricted float y, unrestricted float z)
 

Public Attributes

attribute unrestricted float dopplerFactor
 
attribute unrestricted float speedOfSound
 

Member Function Documentation

◆ setOrientation()

void AudioListener::setOrientation ( unrestricted float  x,
unrestricted float  y,
unrestricted float  z,
unrestricted float  xUp,
unrestricted float  yUp,
unrestricted float  zUp 
)

◆ setPosition()

void AudioListener::setPosition ( unrestricted float  x,
unrestricted float  y,
unrestricted float  z 
)

◆ setVelocity()

void AudioListener::setVelocity ( unrestricted float  x,
unrestricted float  y,
unrestricted float  z 
)

Member Data Documentation

◆ dopplerFactor

attribute unrestricted float AudioListener::dopplerFactor

◆ speedOfSound

attribute unrestricted float AudioListener::speedOfSound

The documentation for this interface was generated from the following file: