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 un 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 di ACX, vedere panoramica della versione ACX.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | acxelements.h |
Vedere anche
- [intestazione acxelements.h](index.md)