EOS_RTCAudio_GetAudioOutputDeviceByIndex

EOS API reference page for EOS_RTCAudio_GetAudioOutputDeviceByIndex

1분 미만 소요

Remarks

DEPRECATED! Use EOS_RTCAudio_QueryOutputDevicesInformation, EOS_RTCAudio_CopyOutputDeviceInformationByIndex instead. Fetches an audio output 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_GetAudioOutputDevicesCount, EOS_RTCAudio_AddNotifyAudioDevicesChanged

Parameters

EOS_RTCAudio_GetAudioOutputDeviceByIndex

Parameter Type And NameUsage Information
EOS_HRTCAudio Handle
const EOS_RTCAudio_GetAudioOutputDeviceByIndexOptions* Optionsstructure containing the index being accessed