ACX_INTERLEAVED_AUDIO_FORMAT_INFORMATION_INIT function (acxpin.h)

The ACX_INTERLEAVED_AUDIO_FORMAT_INFORMATION_INIT function initializes an ACX_INTERLEAVED_AUDIO_FORMAT_INFORMATION structure for use.

Syntax

void ACX_INTERLEAVED_AUDIO_FORMAT_INFORMATION_INIT(
  [out] PACX_INTERLEAVED_AUDIO_FORMAT_INFORMATION format
);

Parameters

[out] format

A pointer to the ACX_INTERLEAVED_AUDIO_FORMAT_INFORMATION structure to be initialized.

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