Constant oboe_sys::oboe_SharingMode_Shared
source · pub const oboe_SharingMode_Shared: oboe_SharingMode = 1;
Expand description
Multiple applications can share the same device. The data from output streams will be mixed by the audio service. The data for input streams will be distributed by the audio service.
This will have higher latency than the EXCLUSIVE mode.