función ACX_STREAMAUDIOENGINE_CALLBACKS_INIT (acxelements.h)

La función ACX_STREAMAUDIOENGINE_CALLBACKS_INIT inicializa una estructura ACX_STREAMAUDIOENGINE_CALLBACKS.

Sintaxis

void ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
  PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);

Parámetros

Callbacks

Puntero a una estructura de ACX_STREAMAUDIOENGINE_CALLBACKS inicializada.

Valor devuelto

None

Notas

Ejemplo

A continuación se muestra un ejemplo de uso.

        ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
        ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);

Requisitos de ACX

Versión mínima de ACX: 1.0

Para obtener más información sobre las versiones de ACX, consulte Introducción a la versión de ACX.

Requisitos

Requisito Valor
Header acxelements.h

Consulte también

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