fonction ACX_STREAM_BRIDGE_CONFIG_INIT (acxstreams.h)
La fonction ACX_STREAM_BRIDGE_CONFIG_INIT initialise une structure ACX_STREAM_BRIDGE_CONFIG.
Syntaxe
void ACX_STREAM_BRIDGE_CONFIG_INIT(
PACX_STREAM_BRIDGE_CONFIG Config
);
Paramètres
Config
Pointeur vers la structure ACX_STREAM_BRIDGE_CONFIG.
Valeur de retour
Aucun
Remarques
Les pilotes doivent appeler ACX_STREAM_BRIDGE_CONFIG_INIT lors de la création d’un ACXSTREAMBRIDGE. Cette fonction réinitialise la structure ACX_STREAM_BRIDGE_CONFIG et initialise le champ Type sur AcxStreamBridgeDefaultType.
Exemple
ACX_STREAM_BRIDGE_CONFIG bridgeCfg;
ACX_STREAM_BRIDGE_CONFIG_INIT(&bridgeCfg);
streamCfg.InModesCount = 1;
streamCfg.InModes = inModes;
streamCfg.OutMode = &AUDIO_SIGNALPROCESSINGMODE_DEFAULT;
Configuration requise pour ACX
version minimale d’ACX : 1.0
Pour plus d’informations sur les versions ACX, consultez vue d’ensemble de la version ACX.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | acxstreams.h |