Condividi tramite


macro ACX_STREAMAUDIOENGINE_CONFIG_INIT (acxelements.h)

La funzione ACX_STREAMAUDIOENGINE_CONFIG_INIT inizializza una struttura ACX_STREAMAUDIOENGINE_CONFIG.

Sintassi

void ACX_STREAMAUDIOENGINE_CONFIG_INIT(
   cfg
);

Parametri

cfg

Struttura ACX_STREAMAUDIOENGINE_CONFIG.

Valore restituito

Nessuno

Osservazioni

Esempio

Di seguito è riportato un esempio di utilizzo.

        ACX_STREAMAUDIOENGINE_CONFIG audioEngineCfg;
        ACX_STREAMAUDIOENGINE_CONFIG_INIT(&audioEngineCfg);

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)