ACX_STREAM_BRIDGE_CONFIG_INIT function (acxstreams.h)
The ACX_STREAM_BRIDGE_CONFIG_INIT function initializes an ACX_STREAM_BRIDGE_CONFIG structure.
Syntax
void ACX_STREAM_BRIDGE_CONFIG_INIT(
PACX_STREAM_BRIDGE_CONFIG Config
);
Parameters
Config
A pointer to the ACX_STREAM_BRIDGE_CONFIG structure.
Return value
None
Remarks
Drivers should call ACX_STREAM_BRIDGE_CONFIG_INIT when creating an ACXSTREAMBRIDGE. This function resets the ACX_STREAM_BRIDGE_CONFIG structure and initializes the Type field to AcxStreamBridgeDefaultType.
Example
ACX_STREAM_BRIDGE_CONFIG bridgeCfg;
ACX_STREAM_BRIDGE_CONFIG_INIT(&bridgeCfg);
streamCfg.InModesCount = 1;
streamCfg.InModes = inModes;
streamCfg.OutMode = &AUDIO_SIGNALPROCESSINGMODE_DEFAULT;
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxstreams.h |