ERY.AgateLib.ImplBase.SoundBufferImpl Class Reference

Implements a SoundBuffer. More...

Inherited by ERY.AgateLib.NullSoundImpl.NullSoundBufferImpl.

List of all members.

Public Member Functions

abstract void Dispose ()
 Destroys unmanaged resources.

Properties

abstract double Volume [get, set]
 Gets or sets the volume this audio file is playing at. 0.0 is completely quiet. 0.5 sounds like half maximum volume 1.0 is maximum volume.


Detailed Description

Implements a SoundBuffer.


Member Function Documentation

abstract void ERY.AgateLib.ImplBase.SoundBufferImpl.Dispose (  )  [pure virtual]

Destroys unmanaged resources.

Implemented in ERY.AgateLib.NullSoundImpl.NullSoundBufferImpl.


Property Documentation

abstract double ERY.AgateLib.ImplBase.SoundBufferImpl.Volume [get, set]

Gets or sets the volume this audio file is playing at. 0.0 is completely quiet. 0.5 sounds like half maximum volume 1.0 is maximum volume.

Reimplemented in ERY.AgateLib.NullSoundImpl.NullSoundBufferImpl.


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