ACX_MICROPHONE_CONFIG_INIT function (acxpin.h)

The ACX_MICROPHONE_CONFIG_INIT function initialized an ACX_MICROPHONE_CONFIG structure for use.

Syntax

void ACX_MICROPHONE_CONFIG_INIT(
  [out] PACX_MICROPHONE_CONFIG Config
);

Parameters

[out] Config

A pointer to the ACX_MICROPHONE_CONFIG structure to initialize.

Return value

None

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxpin.h

See also