Type Alias DefaultBackend

Source
pub type DefaultBackend = CpalBackend;
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ยง

struct DefaultBackend { /* private fields */ }