Enum steam_audio::ffi::IPLHrtfDatabaseType [] [src]

#[repr(u32)]
pub enum IPLHrtfDatabaseType { IPL_HRTFDATABASETYPE_DEFAULT, IPL_HRTFDATABASETYPE_CUSTOM, }

The type of HRTF database to use for binaural rendering. You can either use the built-in HRTF database, or supply your own HRTF data at run-time.

Variants

Trait Implementations

impl Debug for IPLHrtfDatabaseType
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLHrtfDatabaseType
[src]

impl Clone for IPLHrtfDatabaseType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IPLHrtfDatabaseType
[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 IPLHrtfDatabaseType
[src]

impl Hash for IPLHrtfDatabaseType
[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