ERY.AgateLib.Drivers.AudioTypeID Class Reference

List of identifiers of known or planned audio drivers. More...

Inherits ERY.AgateLib.Drivers.DriverTypeIDBase.

List of all members.

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.


Detailed Description

List of identifiers of known or planned audio drivers.


Member Function Documentation

override bool ERY.AgateLib.Drivers.AudioTypeID.Equals ( int  other  )  [virtual]

Implementation of IEquatable<int> from base class.

Parameters:
other 
Returns:

Implements ERY.AgateLib.Drivers.DriverTypeIDBase.

bool ERY.AgateLib.Drivers.AudioTypeID.Equals ( AudioTypeID  other  ) 

Implementation of IEquatable<AudioTypeID>.

Parameters:
other 
Returns:


Property Documentation

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.


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