AudioModuleInterface
Inherits ModuleInterface and SystemModuleInterface.
Functions
Name |
Description |
---|---|
Loads a sound in the Audio Module and returns a unique identifier to this sound. |
|
Plays a global sound and returns a unique identifier to this sound source. |
|
Plays a sound at a certain position and returns a unique identifier to this sound source. |
|
Resumes a paused sound source. |
|
Pauses a playing sound source. |
|
Stops a playing or paused sound. |
|
Returns the state of a sound source. |
|
Checks if any sound source of a certain sound is playing. |
|
Sets the position of a sound source. |
|
Returns the position of a sound source. |
|
Sets the gain of a sound source. |
|
Returns the gain of a sound source. |
|
Sets the pitch of a sound source. |
|
Returns the pitch of a sound source. |