Enum steam_audio::ffi::IPLHrtfInterpolation [] [src]

#[repr(u32)]
pub enum IPLHrtfInterpolation { IPL_HRTFINTERPOLATION_NEAREST, IPL_HRTFINTERPOLATION_BILINEAR, }

Techniques for interpolating HRTF data. This is used when rendering a point source whose position relative to the listener is not contained in the measured HRTF data used by Phonon.

Variants

Trait Implementations

impl Debug for IPLHrtfInterpolation
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLHrtfInterpolation
[src]

impl Clone for IPLHrtfInterpolation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IPLHrtfInterpolation
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for IPLHrtfInterpolation
[src]

impl Hash for IPLHrtfInterpolation
[src]

[src]

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

1.3.0
[src]

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