ERY.AgateLib.NullSoundImpl Class Reference

Class which provides a silent Audio implementation. More...

Inherits ERY.AgateLib.ImplBase.AudioImpl.

List of all members.

Public Member Functions

override void Initialize ()
override void Dispose ()
override SoundBufferImpl CreateSoundBuffer (string filename)
override MusicImpl CreateMusic (string filename)
override SoundBufferSessionImpl CreateSoundBufferSession (SoundBufferImpl buffer)

Static Public Member Functions

static void Register ()

Classes

class  NullMusicImpl
class  NullSoundBufferImpl
class  NullSoundBufferSessionImpl


Detailed Description

Class which provides a silent Audio implementation.


Member Function Documentation

static void ERY.AgateLib.NullSoundImpl.Register (  )  [static]

override void ERY.AgateLib.NullSoundImpl.Initialize (  )  [virtual]

Implements ERY.AgateLib.DriverImplBase.

override void ERY.AgateLib.NullSoundImpl.Dispose (  )  [virtual]

Implements ERY.AgateLib.DriverImplBase.

override SoundBufferImpl ERY.AgateLib.NullSoundImpl.CreateSoundBuffer ( string  filename  )  [virtual]

Implements ERY.AgateLib.ImplBase.AudioImpl.

override MusicImpl ERY.AgateLib.NullSoundImpl.CreateMusic ( string  filename  )  [virtual]

Implements ERY.AgateLib.ImplBase.AudioImpl.

override SoundBufferSessionImpl ERY.AgateLib.NullSoundImpl.CreateSoundBufferSession ( SoundBufferImpl  buffer  )  [virtual]

Implements ERY.AgateLib.ImplBase.AudioImpl.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo