Inherits ERY.AgateLib.DriverImplBase.
Inherited by ERY.AgateLib.NullSoundImpl.
Public Member Functions | |
| abstract SoundBufferImpl | CreateSoundBuffer (string filename) |
| Creates a SoundBufferImpl object. | |
| abstract MusicImpl | CreateMusic (string filename) |
| Creates a MusicImpl object. | |
| abstract SoundBufferSessionImpl | CreateSoundBufferSession (SoundBufferImpl buffer) |
| Creates a SoundBufferSessionImpl object. | |
| virtual void | Update () |
| This function is called once a frame to allow the Audio driver to update information. There is no need to call base.Update() if overriding this function. | |
| abstract SoundBufferImpl ERY.AgateLib.ImplBase.AudioImpl.CreateSoundBuffer | ( | string | filename | ) | [pure virtual] |
Creates a SoundBufferImpl object.
| filename |
Implemented in ERY.AgateLib.NullSoundImpl.
| abstract MusicImpl ERY.AgateLib.ImplBase.AudioImpl.CreateMusic | ( | string | filename | ) | [pure virtual] |
Creates a MusicImpl object.
| filename |
Implemented in ERY.AgateLib.NullSoundImpl.
| abstract SoundBufferSessionImpl ERY.AgateLib.ImplBase.AudioImpl.CreateSoundBufferSession | ( | SoundBufferImpl | buffer | ) | [pure virtual] |
Creates a SoundBufferSessionImpl object.
| buffer |
Implemented in ERY.AgateLib.NullSoundImpl.
| virtual void ERY.AgateLib.ImplBase.AudioImpl.Update | ( | ) | [virtual] |
This function is called once a frame to allow the Audio driver to update information. There is no need to call base.Update() if overriding this function.
|
AgateLib Awesome Game and Tool Engine Library |
|