Inherits ERY.AgateLib.Drivers.DriverTypeIDBase.
Public Member Functions | |
| override bool | Equals (int other) |
| Implementation of IEquatable<int> from base class. | |
| bool | Equals (AudioTypeID other) |
| Implementation of IEquatable<AudioTypeID>. | |
Properties | |
| static AudioTypeID | AutoSelect [get] |
| Specifies that the Registrar should automatically select the best available audio driver for the system. | |
| static AudioTypeID | Silent [get] |
| A driver which does nothing. | |
| static AudioTypeID | DirectSound [get] |
| A DirectSound implementation. | |
| static AudioTypeID | XAct [get] |
| Implementation using XNA Studio (what will this be called), anyway?). | |
| static AudioTypeID | OpenAL [get] |
| Implementation using the cross-platform OpenAL library. | |
| static AudioTypeID | FMod [get] |
| Implementation using the cross-platform FMod library. | |
| override bool ERY.AgateLib.Drivers.AudioTypeID.Equals | ( | int | other | ) | [virtual] |
Implementation of IEquatable<int> from base class.
| other |
Implements ERY.AgateLib.Drivers.DriverTypeIDBase.
| bool ERY.AgateLib.Drivers.AudioTypeID.Equals | ( | AudioTypeID | other | ) |
AudioTypeID ERY.AgateLib.Drivers.AudioTypeID.AutoSelect [static, get] |
Specifies that the Registrar should automatically select the best available audio driver for the system.
AudioTypeID ERY.AgateLib.Drivers.AudioTypeID.Silent [static, get] |
A driver which does nothing.
AudioTypeID ERY.AgateLib.Drivers.AudioTypeID.DirectSound [static, get] |
A DirectSound implementation.
AudioTypeID ERY.AgateLib.Drivers.AudioTypeID.XAct [static, get] |
Implementation using XNA Studio (what will this be called), anyway?).
AudioTypeID ERY.AgateLib.Drivers.AudioTypeID.OpenAL [static, get] |
Implementation using the cross-platform OpenAL library.
AudioTypeID ERY.AgateLib.Drivers.AudioTypeID.FMod [static, get] |
Implementation using the cross-platform FMod library.
|
AgateLib Awesome Game and Tool Engine Library |
|