[−][src]Struct portaudio_rs::device::DeviceInfo
Information for a specific device
Fields
name: StringHuman readable name
host_api: HostApiIndexIndex of the host API this device belongs to
max_input_channels: u32Maximal number of input channels that can be used
max_output_channels: u32Maximal number of ouput channels that can be used
default_low_input_latency: DurationDefault input latency for interactive performance
default_low_output_latency: DurationDefault output latency for interactive performance
default_high_input_latency: DurationDefault input latency for robust non-interactive applications
default_high_output_latency: DurationDefault output latency for robust non-interactive applications
default_sample_rate: f64Default sample rate
Auto Trait Implementations
impl RefUnwindSafe for DeviceInfo
impl Send for DeviceInfo
impl Sync for DeviceInfo
impl Unpin for DeviceInfo
impl UnwindSafe for DeviceInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,