Module traits
Available on crate feature
dep_rodio
only.Expand description
The suite of traits allowing CPAL to abstract over hosts, devices, event loops and stream IDs.
Traits§
- Device
Trait - A device that is capable of audio input and/or output.
- Host
Trait - A
Host
provides access to the available audio devices on the system. - Stream
Trait - A stream created from
Device
, with methods to control playback.