Home
last modified time | relevance | path

Searched refs:HostApiType (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs15 pub enum HostApiType enum
36 impl HostApiType implementation
49 pub fn from_u32(num: u32) -> HostApiType in from_u32() argument
54 ll::paMME => HostApiType::MME, in from_u32()
55 ll::paASIO => HostApiType::ASIO, in from_u32()
58 ll::paOSS => HostApiType::OSS, in from_u32()
59 ll::paALSA => HostApiType::ALSA, in from_u32()
60 ll::paAL => HostApiType::AL, in from_u32()
66 _ => HostApiType::Unknown, in from_u32()
75 pub api_type: HostApiType,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs15 pub enum HostApiType
36 impl HostApiType
49 pub fn from_u32(num: u32) -> HostApiType
54 ll::paMME => HostApiType::MME,
55 ll::paASIO => HostApiType::ASIO,
58 ll::paOSS => HostApiType::OSS,
59 ll::paALSA => HostApiType::ALSA,
60 ll::paAL => HostApiType::AL,
66 _ => HostApiType::Unknown,
75 pub api_type: HostApiType,
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs15 pub enum HostApiType
36 impl HostApiType
49 pub fn from_u32(num: u32) -> HostApiType
54 ll::paMME => HostApiType::MME,
55 ll::paASIO => HostApiType::ASIO,
58 ll::paOSS => HostApiType::OSS,
59 ll::paALSA => HostApiType::ALSA,
60 ll::paAL => HostApiType::AL,
66 _ => HostApiType::Unknown,
75 pub api_type: HostApiType,
[all …]