Commit 7796b4a0 authored by David Reid's avatar David Reid

Add documentation for the aaudio.noAutoStartAfterReroute config.

parent cc274c67
...@@ -8240,6 +8240,11 @@ then be set directly on the structure. Below are the members of the `ma_device_c ...@@ -8240,6 +8240,11 @@ then be set directly on the structure. Below are the members of the `ma_device_c
AAudio only. Explicitly sets the type of recording your program will be doing. When left AAudio only. Explicitly sets the type of recording your program will be doing. When left
unset, the input preset will be left unchanged. unset, the input preset will be left unchanged.
aaudio.noAutoStartAfterReroute
AAudio only. Controls whether or not the device should be automatically restarted after a
stream reroute. When set to false (default) the device will be restarted automatically;
otherwise the device will be stopped.
Once initialized, the device's config is immutable. If you need to change the config you will need to initialize a new device. Once initialized, the device's config is immutable. If you need to change the config you will need to initialize a new device.
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