Home
last modified time | relevance | path

Searched defs:SupportedStreamConfigRange (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/
H A Dlib.rs245 pub struct SupportedStreamConfigRange { struct
258 /// `SupportedStreamConfigRange` instance or one of the `Device::default_input/output_config` metho… argument
541 impl SupportedStreamConfigRange { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/
H A Dlib.rs245 pub struct SupportedStreamConfigRange { struct
258 /// `SupportedStreamConfigRange` instance or one of the `Device::default_input/output_config` metho… argument
541 impl SupportedStreamConfigRange { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/null/
H A Dmod.rs144 fn next(&mut self) -> Option<SupportedStreamConfigRange> { in next()
153 fn next(&mut self) -> Option<SupportedStreamConfigRange> { in next()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/null/
H A Dmod.rs144 fn next(&mut self) -> Option<SupportedStreamConfigRange> { in next()
153 fn next(&mut self) -> Option<SupportedStreamConfigRange> { in next()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/oboe/
H A Dmod.rs113 fn default_supported_configs(is_output: bool) -> VecIntoIter<SupportedStreamConfigRange> { in default_supported_configs()
151 ) -> VecIntoIter<SupportedStreamConfigRange> { in device_supported_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/oboe/
H A Dmod.rs113 fn default_supported_configs(is_output: bool) -> VecIntoIter<SupportedStreamConfigRange> { in default_supported_configs()
151 ) -> VecIntoIter<SupportedStreamConfigRange> { in device_supported_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/jack/
H A Ddevice.rs110 pub fn supported_configs(&self) -> Vec<SupportedStreamConfigRange> { in supported_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/jack/
H A Ddevice.rs110 pub fn supported_configs(&self) -> Vec<SupportedStreamConfigRange> { in supported_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/alsa/
H A Dmod.rs302 ) -> Result<VecIntoIter<SupportedStreamConfigRange>, SupportedStreamConfigsError> { in supported_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/alsa/
H A Dmod.rs302 ) -> Result<VecIntoIter<SupportedStreamConfigRange>, SupportedStreamConfigsError> { in supported_configs()