Condividi tramite


funzione ACX_STREAMAUDIOENGINE_CALLBACKS_INIT (acxelements.h)

La funzione ACX_STREAMAUDIOENGINE_CALLBACKS_INIT inizializza una struttura ACX_STREAMAUDIOENGINE_CALLBACKS.

Sintassi

void ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
  PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);

Parametri

Callbacks

Puntatore a una struttura di ACX_STREAMAUDIOENGINE_CALLBACKS inizializzata.

Valore restituito

nessuno

Osservazioni

Esempio

Di seguito è riportato l'esempio di utilizzo.

        ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
        ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);

Requisiti ACX

Versione minima DI ACX: 1.0

Per altre informazioni sulle versioni ACX, vedere Panoramica della versione di ACX.

Requisiti

Requisito Valore
Intestazione acxelements.h

Vedi anche

  • [acxelements.h header] (index.md)