Enum steam_audio::ffi::IPLDirectOcclusionMethod [] [src]

#[repr(u32)]
pub enum IPLDirectOcclusionMethod { IPL_DIRECTOCCLUSION_RAYCAST, IPL_DIRECTOCCLUSION_VOLUMETRIC, }

The algorithm to use when checking for direct path occlusion. Phonon can check whether a direct sound path is occluded by scene geometry, and optionally how much of a sound source is occluded.

Variants

Trait Implementations

impl Debug for IPLDirectOcclusionMethod
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLDirectOcclusionMethod
[src]

impl Clone for IPLDirectOcclusionMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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