Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

DefaultBackend

Type Alias DefaultBackend 

Source
pub type DefaultBackend = CpalBackend;
Available on crate feature cpal only.
Expand description

The default backend used by AudioManagers.

If the cpal feature is enabled, this will be the cpal backend. Otherwise, it will be the mock backend.

Aliased Typeยง

pub struct DefaultBackend { /* private fields */ }