Functions | |
| ADR_FUNCTION (const char *, AdrGetVersion)() | |
| ADR_FUNCTION (int, AdrGetSampleSize)(SampleFormat format) | |
| ADR_FUNCTION (AudioDevice *, AdrOpenDevice)(const char *name | |
| ADR_FUNCTION (SampleSource *, AdrOpenSampleSource)(const char *filename) | |
| ADR_FUNCTION (OutputStream *, AdrOpenSound)(AudioDevice *device | |
| ADR_FUNCTION (SampleBuffer *, AdrCreateSampleBuffer)(void *samples | |
| ADR_FUNCTION (SoundEffect *, AdrOpenSoundEffect)(AudioDevice *device | |
Variables | |
| const char * | parameters |
| SampleSource * | source |
| SampleSource bool | streaming |
| int | frame_count |
| int int | channel_count |
| int int int | sample_rate |
| int int int SampleFormat | sample_format |
| SampleSource SoundEffectType | type |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Returns a formatted a string that lists the file formats that Audiere supports. This function is DLL-safe. It is formatted in the following way: description1:ext1,ext2,ext3;description2:ext1,ext2,ext3 |
|
|
Definition at line 598 of file audiere.h. Referenced by audiere::CreateSampleBuffer(). |
|
|
Definition at line 598 of file audiere.h. Referenced by audiere::CreateSampleBuffer(). |
|
|
Definition at line 582 of file audiere.h. Referenced by audiere::OSSAudioDevice::create(), audiere::OALAudioDevice::create(), audiere::MMAudioDevice::create(), audiere::DSAudioDevice::create(), audiere::ALAudioDevice::create(), audiere::DoOpenDevice(), audiere::OpenDevice(), and audiere::ParameterList::ParameterList(). |
|
|
|
Definition at line 598 of file audiere.h. Referenced by audiere::CreateSampleBuffer(). |
|
|
Definition at line 607 of file audiere.h. Referenced by audiere::CreateSampleBuffer(), audiere::OpenSound(), and audiere::OpenSoundEffect(). |
|
|
Definition at line 593 of file audiere.h. Referenced by audiere::OpenSound(). |
|
|
Definition at line 607 of file audiere.h. Referenced by audiere::OpenSoundEffect(). |
1.2.17