pub fn supported_output_configs(
device: &Device,
) -> Result<impl Iterator<Item = SupportedStreamConfig>, StreamError>
Expand description
Return all formats supported by the device.
pub fn supported_output_configs(
device: &Device,
) -> Result<impl Iterator<Item = SupportedStreamConfig>, StreamError>
Return all formats supported by the device.