Home
last modified time | relevance | path

Searched defs:SupportedOutputConfigs (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/null/
H A Dmod.rs21 pub struct SupportedOutputConfigs; struct
38 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
56 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
149 impl Iterator for SupportedOutputConfigs { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/null/
H A Dmod.rs21 pub struct SupportedOutputConfigs; struct
38 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
56 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
149 impl Iterator for SupportedOutputConfigs { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/coreaudio/ios/
H A Denumerate.rs9 pub type SupportedOutputConfigs = ::std::vec::IntoIter<SupportedStreamConfigRange>; typedef
H A Dmod.rs103 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
139 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
157 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/coreaudio/ios/
H A Denumerate.rs9 pub type SupportedOutputConfigs = ::std::vec::IntoIter<SupportedStreamConfigRange>; typedef
H A Dmod.rs103 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
139 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
157 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/emscripten/
H A Dmod.rs42 pub type SupportedOutputConfigs = ::std::vec::IntoIter<SupportedStreamConfigRange>; typedef
83 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
141 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
156 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/emscripten/
H A Dmod.rs42 pub type SupportedOutputConfigs = ::std::vec::IntoIter<SupportedStreamConfigRange>; typedef
83 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
141 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
156 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/webaudio/
H A Dmod.rs35 pub type SupportedOutputConfigs = ::std::vec::IntoIter<SupportedStreamConfigRange>; typedef
98 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
137 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
155 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/webaudio/
H A Dmod.rs35 pub type SupportedOutputConfigs = ::std::vec::IntoIter<SupportedStreamConfigRange>; typedef
98 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
137 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
155 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/jack/
H A Ddevice.rs14 pub type SupportedOutputConfigs = std::vec::IntoIter<SupportedStreamConfigRange>; typedef
141 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
156 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
H A Dmod.rs14 pub type SupportedOutputConfigs = std::vec::IntoIter<SupportedStreamConfigRange>; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/jack/
H A Ddevice.rs14 pub type SupportedOutputConfigs = std::vec::IntoIter<SupportedStreamConfigRange>; typedef
141 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
156 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/asio/
H A Dmod.rs58 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
73 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
H A Ddevice.rs3 pub type SupportedOutputConfigs = std::vec::IntoIter<SupportedStreamConfigRange>; typedef
98 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/asio/
H A Dmod.rs58 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
73 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
H A Ddevice.rs3 pub type SupportedOutputConfigs = std::vec::IntoIter<SupportedStreamConfigRange>; typedef
98 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/
H A Dtraits.rs90 type SupportedOutputConfigs: Iterator<Item = SupportedStreamConfigRange>; typedef
109 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError>; in supported_output_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/
H A Dtraits.rs90 type SupportedOutputConfigs: Iterator<Item = SupportedStreamConfigRange>; typedef
109 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError>; in supported_output_configs()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/coreaudio/macos/
H A Dmod.rs82 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
97 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
200 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_configs()
301 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_input_configs()
307 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
H A Denumerate.rs145 pub type SupportedOutputConfigs = VecIntoIter<SupportedStreamConfigRange>; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/coreaudio/macos/
H A Dmod.rs82 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
97 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
200 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_configs()
301 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_input_configs()
307 ) -> Result<SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
H A Denumerate.rs145 pub type SupportedOutputConfigs = VecIntoIter<SupportedStreamConfigRange>; typedef
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/oboe/
H A Dmod.rs45 pub type SupportedOutputConfigs = VecIntoIter<SupportedStreamConfigRange>; typedef
278 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
300 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/oboe/
H A Dmod.rs45 pub type SupportedOutputConfigs = VecIntoIter<SupportedStreamConfigRange>; typedef
278 type SupportedOutputConfigs = SupportedOutputConfigs; typedef
300 ) -> Result<Self::SupportedOutputConfigs, SupportedStreamConfigsError> { in supported_output_configs()

12