mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Typo.
This commit is contained in:
+2
-2
@@ -2691,8 +2691,8 @@ Retrieves information about a device with the given ID.
|
||||
|
||||
Do _not_ call this from within the ma_context_enumerate_devices() callback.
|
||||
|
||||
It's possible for a device to have different information and capabilities depending on wether or
|
||||
not it's opened in shared or exclusive mode. For example, in shared mode, WASAPI always uses
|
||||
It's possible for a device to have different information and capabilities depending on whether
|
||||
or not it's opened in shared or exclusive mode. For example, in shared mode, WASAPI always uses
|
||||
floating point samples for mixing, but in exclusive mode it can be anything. Therefore, this
|
||||
function allows you to specify which share mode you want information for. Note that not all
|
||||
backends and devices support shared or exclusive mode, in which case this function will fail
|
||||
|
||||
Reference in New Issue
Block a user