|
MoSync 3.0.1
|
Classes | |
| struct | MAAudioBufferInfo |
| Information about an audio buffer, including format, sample rate, channels, and size. More... | |
Defines | |
| #define | EVENT_TYPE_AUDIOBUFFER_FILL 18 |
| #define | AUDIO_FMT_S8 1 |
| #define | AUDIO_FMT_S16 2 |
| #define | AUDIO_FMT_U8 3 |
| #define | AUDIO_FMT_U16 4 |
Typedefs | |
| typedef struct MAAudioBufferInfo | MAAudioBufferInfo |
| Information about an audio buffer, including format, sample rate, channels, and size. | |
Functions | |
| int | maAudioBufferInit (const MAAudioBufferInfo *info) |
| int | maAudioBufferReady (void) |
| int | maAudioBufferClose (void) |
| #define EVENT_TYPE_AUDIOBUFFER_FILL 18 |
MAEvent::state is > 0 when the audio stream is waiting for more data, or < 0 on error.
| #define AUDIO_FMT_S8 1 |
| #define AUDIO_FMT_S16 2 |
| #define AUDIO_FMT_U8 3 |
| #define AUDIO_FMT_U16 4 |
| typedef struct MAAudioBufferInfo MAAudioBufferInfo |
Information about an audio buffer, including format, sample rate, channels, and size.
| int maAudioBufferInit | ( | const MAAudioBufferInfo * | info | ) |
References maIOCtl().
| int maAudioBufferReady | ( | void | ) |
References maIOCtl().
| int maAudioBufferClose | ( | void | ) |
References maIOCtl().