[][src]Module cpal::traits

The suite of traits allowing CPAL to abstract over hosts, devices, event loops and stream IDs.

Traits

DeviceTrait

A device that is capable of audio input and/or output.

EventLoopTrait

Collection of streams managed together.

HostTrait

A Host provides access to the available audio devices on the system.

StreamIdTrait

The set of required bounds for host StreamId types.