Record ALLEGRO_AUDIO_RECORDER_EVENT

Hierarchy
Methods
Properties

Unit

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

ftype: ALLEGRO_EVENT_TYPE;
source: ALLEGRO_AUDIO_RECORDERptr;
timestamp: AL_DOUBLE;
buffer: AL_POINTER;
samples: AL_UINT;

Description

Fields

ftype: ALLEGRO_EVENT_TYPE;

Indicates the type of event.

source: ALLEGRO_AUDIO_RECORDERptr;

Pointer to the audio recorder.

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.