[][src]Function rodio::output_devices

pub fn output_devices() -> Filter<Devices, fn(&Device) -> bool>

An iterator yielding all Devices currently available to the system that support one or more output stream formats.

Can be empty if the system does not support audio output.