Home
last modified time | relevance | path

Searched defs:SupportedInputFormats (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/null/
H A Dmod.rs83 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()
108 pub struct SupportedInputFormats; struct
111 impl Iterator for SupportedInputFormats { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/cpal-0.8.2/src/null/
H A Dmod.rs83 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()
108 pub struct SupportedInputFormats; struct
111 impl Iterator for SupportedInputFormats { implementation
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/block_based/
H A Dfull_filter_block.cc23 last_whole_key_recorded_(false),
250 keys[num_keys++] = &prefixes.back(); in supported_input_formats()
251 } else {
252 filter_range.SkipKey(iter);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/coreaudio/
H A Denumerate.rs146 pub type SupportedInputFormats = VecIntoIter<SupportedFormat>; typedef
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/cpal-0.8.2/src/coreaudio/
H A Denumerate.rs146 pub type SupportedInputFormats = VecIntoIter<SupportedFormat>; typedef
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/emscripten/
H A Dmod.rs198 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()
228 pub type SupportedInputFormats = ::std::vec::IntoIter<SupportedFormat>; typedef
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-samba.c62 static void
63 pp_samba_init (PpSamba *samba)
384 gboolean auth_if_needed, in supported_formats()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/wasapi/
H A Ddevice.rs62 pub type SupportedInputFormats = std::vec::IntoIter<SupportedFormat>; typedef
384 fn supported_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_formats()
460 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/
H A Dlib.rs279 pub struct SupportedInputFormats(cpal_impl::SupportedInputFormats); struct
373 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()
675 impl Iterator for SupportedInputFormats { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/cpal-0.8.2/src/
H A Dlib.rs279 pub struct SupportedInputFormats(cpal_impl::SupportedInputFormats); struct
373 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()
675 impl Iterator for SupportedInputFormats { implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cpal-0.8.2/src/alsa/
H A Dmod.rs23 pub type SupportedInputFormats = VecIntoIter<SupportedFormat>; typedef
250 … pub fn supported_input_formats(&self) -> Result<SupportedInputFormats, FormatsEnumerationError> { in supported_input_formats()