Remarks
Fetches an audio input device's info from then given index. The returned value should not be cached and important information should be copied off of the result object immediately.
Return Value
A pointer to the device information, or NULL on error. You should NOT keep hold of this pointer.
See Also
EOS_RTCAudio_GetAudioInputDevicesCount, EOS_RTCAudio_AddNotifyAudioDevicesChanged
Parameters
EOS_RTCAudio_GetAudioInputDeviceByIndex
Parameter Type And Name | Usage Information |
---|---|
EOS_HRTCAudio Handle | |
const EOS_RTCAudio_GetAudioInputDeviceByIndexOptions* Options | structure containing the index being accessed |