[vorbis] selecting driver for ao
rik at kde.org
rik at kde.org
Sat Dec 30 09:12:54 PST 2000
Ignore me. I found I can get all driver names without any API changes...
int i = 0;
ao_info_t * driverInfo = ao_get_driver_info(i++);
while (0 != driverInfo)
{
driverList_ << QString::fromUtf8(driverInfo->short_name);
driverInfo = ao_get_driver_info(i++);
}
Cheers,
Rik
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis
mailing list