Type Alias DefaultBackend
pub type DefaultBackend = CpalBackend;
Available on crate feature
dep_kira
only.Expand description
The default backend used by AudioManager
s.
If the cpal
feature is enabled, this will be the cpal backend. Otherwise,
it will be the mock backend.
Aliased Typeยง
struct DefaultBackend { /* private fields */ }