Record ALLEGRO_AUDIO_RECORDER_EVENT
Hierarchy Methods Properties
Unit
al5audio
Declaration
type ALLEGRO_AUDIO_RECORDER_EVENT = record
Description
Structure that holds the audio recorder event data.
Unstable API: The API may need a slight redesign.
See also
- al_get_audio_recorder_event
- Returns the event as an ALLEGRO_AUDIO_RECORDER_EVENT.
- ALLEGRO_EVENT
- An
ALLEGRO_EVENT is an union of all builtin event structures, i.e.
Overview
Fields
Description
Fields
timestamp: AL_DOUBLE; |
When the event was generated.
|
buffer: AL_POINTER; |
Pointer to buffer containing the audio samples.
|
samples: AL_UINT; |
Number of samples (not bytes) that are available.
|
Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.
|