Struct alto::SoftHints [] [src]

pub struct SoftHints {
    pub period_size: Option<u16>,
    pub periods: Option<u8>,
    pub stereo_mode: Option<SoftStereoMode>,
    pub cf_level: Option<SoftStereoCrossfeedLevel>,
    pub resampler: Option<SoftResampler>,
    pub rt_prio: Option<bool>,
}

Configuration hints for OpenAL-Soft.

Fields

Size in sample frames of an output update period [64-8192].

Number of periods in output ring buffer [2-16].

Speakers or headphones.

Separation of stereo channels.

Resampler algorithm used in the internal mixer.

Realtime priority for the mixer thread.

Trait Implementations

impl Copy for SoftHints
[src]

impl Clone for SoftHints
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SoftHints
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SoftHints
[src]

impl Hash for SoftHints
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for SoftHints
[src]

Returns the "default value" for a type. Read more

impl Debug for SoftHints
[src]

Formats the value using the given formatter.