pub const oboe_SharingMode_Exclusive: oboe_SharingMode = 0;
Expand description

This will be the only stream using a particular source or sink. This mode will provide the lowest possible latency. You should close EXCLUSIVE streams immediately when you are not using them.

If you do not need the lowest possible latency then we recommend using Shared, which is the default.