Audio Methods

Eazy Sound Manager API

Audio Methods

The Audio type exposes the following members.

Methods
  NameDescription
Public methodPause
Pause playing audio clip
Public methodPlay
Start playing audio clip from the beggining
Public methodPlay(Single)
Start playing audio clip from the beggining
Public methodResume
Resume playing audio clip
Public methodSet3DDistances
Sets the Audio 3D distances
Public methodSetVolume(Single)
Sets the audio volume
Public methodSetVolume(Single, Single)
Sets the audio volume
Public methodSetVolume(Single, Single, Single)
Sets the audio volume
Public methodStop
Stop playing audio clip
Public methodUnPause
Resume playing audio clip
Public methodUpdate
Update loop of the Audio. This is automatically called from the sound manager itself. Do not use this function anywhere else, as it may lead to unwanted behaviour.
Top
See Also