Function cpal::platform::host_from_id
source · pub fn host_from_id(id: HostId) -> Result<Host, HostUnavailable>
Expand description
Given a unique host identifier, initialise and produce the host if it is available.
pub fn host_from_id(id: HostId) -> Result<Host, HostUnavailable>
Given a unique host identifier, initialise and produce the host if it is available.