Skip to main content

MediaEnumAudioCapturers

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword MediaEnumAudioCapturers(dword& count, dword audioCapturerHandles[]);

Description

Enumerates a list of audio capture devices.

Parameters

  • count: Count of elements provided in audioCapturerHandles.
    Caller: Set to elCount(audioCapturerHandles).
    On successful return of the function this parameter contains the number of valid handles in the audioCapturerHandles array.
  • audioCapturerHandles: Array in which this function returns the audio capturer handles of all audio capture devices that are available. After its use, the caller must release each audio capturer returned in the array by calling MediaReleaseAudioCapturer.

Return Values

Example

See Also