Enum web_audio_api::node::PanningModelType
source · pub enum PanningModelType {
EqualPower,
HRTF,
}
Expand description
Spatialization algorithm used to position the audio in 3D space
Variants§
Trait Implementations§
source§impl Clone for PanningModelType
impl Clone for PanningModelType
source§fn clone(&self) -> PanningModelType
fn clone(&self) -> PanningModelType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PanningModelType
impl Debug for PanningModelType
source§impl Default for PanningModelType
impl Default for PanningModelType
source§impl From<u8> for PanningModelType
impl From<u8> for PanningModelType
source§impl PartialEq<PanningModelType> for PanningModelType
impl PartialEq<PanningModelType> for PanningModelType
source§fn eq(&self, other: &PanningModelType) -> bool
fn eq(&self, other: &PanningModelType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.