Partager via


fonction ACX_STREAMAUDIOENGINE_CALLBACKS_INIT (acxelements.h)

La fonction ACX_STREAMAUDIOENGINE_CALLBACKS_INIT initialise une structure ACX_STREAMAUDIOENGINE_CALLBACKS.

Syntaxe

void ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
  PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);

Paramètres

Callbacks

Pointeur vers une structure ACX_STREAMAUDIOENGINE_CALLBACKS initialisée.

Valeur de retour

None

Remarques

Exemple

L’exemple d’utilisation est illustré ci-dessous.

        ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
        ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);

Configuration requise d’ACX

Version minimale d’ACX : 1.0

Pour plus d’informations sur les versions d’ACX, consultez Vue d’ensemble des versions d’ACX.

Configuration requise

Condition requise Valeur
En-tête acxelements.h

Voir aussi

  • [en-tête acxelements.h] (index.md)