[][src]Function rodio::output_devices

pub fn output_devices() -> Result<OutputDevices<Devices>, DevicesError>

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.