Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxMicArrayGeometryAddMicrophoneCoordinates function adds physical coordinates to a microphone array geometry.
Syntax
NTSTATUS AcxMicArrayGeometryAddMicrophoneCoordinates(
[in] ACXMICARRAYGEOMETRY MicArrayGeometry,
[in] PACX_MICROPHONE_COORDINATES MicrophoneCoordinates,
[in] ULONG MicrophoneCoordinatesCount
);
Parameters
[in] MicArrayGeometry
The ACXMICARRAYGEOMETRY Object to which the new coordinates are to be added. For more information about ACX objects, see Summary of ACX Objects.
[in] MicrophoneCoordinates
An array of ACX_MICROPHONE_COORDINATES to add to the microphone array geometry.
[in] MicrophoneCoordinatesCount
The number of coordinates to add.
Return value
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | PASSIVE_LEVEL |