ACX_STREAMAUDIOENGINE_CONFIG_INIT macro (acxelements.h)
The ACX_STREAMAUDIOENGINE_CONFIG_INIT function initializes an ACX_STREAMAUDIOENGINE_CONFIG structure.
Syntax
void ACX_STREAMAUDIOENGINE_CONFIG_INIT(
cfg
);
Parameters
cfg
An ACX_STREAMAUDIOENGINE_CONFIG structure.
Return value
None
Remarks
Example
Example usage is shown below.
ACX_STREAMAUDIOENGINE_CONFIG audioEngineCfg;
ACX_STREAMAUDIOENGINE_CONFIG_INIT(&audioEngineCfg);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxelements.h |
See also
- [acxelements.h header](index.md)