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.
Valor de retorno
Nenhum
Observações
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 |
Consulte também
- [cabeçalho acxelements.h](index.md)