Commit ccb4626b authored by David Reid's avatar David Reid

Minor documentation update.

parent ae6b8f95
......@@ -757,10 +757,10 @@ typedef struct
mal_device_id id;
char name[256];
// Detailed info. As much of this is filled as possible with mal_context_get_device_info(). If anything here is set to 0 it means
// the backend does not have a reliable way of determining the value. Note that you are allowed to initialize a device with settings
// outside of this range, but it just means the data will be converted using mini_al's data conversion pipeline before sending the
// data to/from the device.
// Detailed info. As much of this is filled as possible with mal_context_get_device_info(). Note that you are allowed to initialize
// a device with settings outside of this range, but it just means the data will be converted using mini_al's data conversion
// pipeline before sending the data to/from the device. Most programs will need to not worry about these values, but it's provided
// here mainly for informational purposes or in the rare case that someone might find it useful.
//
// These will be set to 0 when returned by mal_context_enumerate_devices() or mal_context_get_devices().
mal_uint32 formatCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment