função ACX_STREAMAUDIOENGINE_CALLBACKS_INIT (acxelements.h)
A função ACX_STREAMAUDIOENGINE_CALLBACKS_INIT inicializa uma estrutura ACX_STREAMAUDIOENGINE_CALLBACKS.
Sintaxe
void ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);
Parâmetros
Callbacks
Um ponteiro para uma estrutura de ACX_STREAMAUDIOENGINE_CALLBACKS inicializada.
Retornar valor
Nenhum
Comentários
Exemplo
O uso de exemplo é mostrado abaixo.
ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);
Requisitos do ACX
Versão mínima do ACX: 1.0
Para obter mais informações sobre versões do ACX, consulte Visão geral da versão do ACX.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | acxelements.h |
Confira também
- [cabeçalho acxelements.h] (index.md)