mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix typo in docs
ma_context_get_devices and ma_context_enumerate_devices are mutually related functions. enumerate_devices's docs refer to get_devices, but get_devices's docs refer to get_devices by mistake. Change get_devices's docs to refer to enumerate_devices as intended.
This commit is contained in:
+1
-1
@@ -8428,7 +8428,7 @@ The returned pointers will become invalid upon the next call this this function,
|
||||
|
||||
See Also
|
||||
--------
|
||||
ma_context_get_devices()
|
||||
ma_context_enumerate_devices()
|
||||
*/
|
||||
MA_API ma_result ma_context_get_devices(ma_context* pContext, ma_device_info** ppPlaybackDeviceInfos, ma_uint32* pPlaybackDeviceCount, ma_device_info** ppCaptureDeviceInfos, ma_uint32* pCaptureDeviceCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user