Re: [AD] enum moved to internal header |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] enum moved to internal header
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Wed, 5 May 2010 18:49:54 -0600 (MDT)
On Wed, May 5, 2010 6:45 pm, Peter Wang said:
> On 2010-05-05, Trent Gamblin <trent@xxxxxxxxxx> wrote:
>> Is there a good reason why the enum ALLEGRO_AUDIO_DRIVER_ENUM was
>> moved from allegro5/allegro_audio.h to allegro5/internal/aintern_audio.h?
>> These enum values allow you to specify which audio driver you want to use
>> when calling al_install_audio.
>
> I removed the parameter to al_install_audio.
> Is there some reason you need to specify it?
Possibly. On Linux you may want to choose OSS over ALSA or PulseAudio or
in whatever configuration... On iPhone some may want to use OpenAL. Etc.
Trent :{)>