Struct script::dom::pannernode::PannerNode
source · #[repr(C)]pub struct PannerNode {Show 15 fields
node: AudioNode,
position_x: Dom<AudioParam>,
position_y: Dom<AudioParam>,
position_z: Dom<AudioParam>,
orientation_x: Dom<AudioParam>,
orientation_y: Dom<AudioParam>,
orientation_z: Dom<AudioParam>,
panning_model: Cell<PanningModel>,
distance_model: Cell<DistanceModel>,
ref_distance: Cell<f64>,
max_distance: Cell<f64>,
rolloff_factor: Cell<f64>,
cone_inner_angle: Cell<f64>,
cone_outer_angle: Cell<f64>,
cone_outer_gain: Cell<f64>,
}
Fields§
§node: AudioNode
§position_x: Dom<AudioParam>
§position_y: Dom<AudioParam>
§position_z: Dom<AudioParam>
§orientation_x: Dom<AudioParam>
§orientation_y: Dom<AudioParam>
§orientation_z: Dom<AudioParam>
§panning_model: Cell<PanningModel>
§distance_model: Cell<DistanceModel>
§ref_distance: Cell<f64>
§max_distance: Cell<f64>
§rolloff_factor: Cell<f64>
§cone_inner_angle: Cell<f64>
§cone_outer_angle: Cell<f64>
§cone_outer_gain: Cell<f64>
Implementations§
source§impl PannerNode
impl PannerNode
fn __assert_parent_type(&self)
source§impl PannerNode
impl PannerNode
pub fn new_inherited( window: &Window, context: &BaseAudioContext, options: &PannerOptions, ) -> Result<PannerNode, Error>
pub fn new( window: &Window, context: &BaseAudioContext, options: &PannerOptions, can_gc: CanGc, ) -> Result<Root<Dom<PannerNode>>, Error>
fn new_with_proto( window: &Window, proto: Option<HandleObject<'_>>, context: &BaseAudioContext, options: &PannerOptions, can_gc: CanGc, ) -> Result<Root<Dom<PannerNode>>, Error>
Trait Implementations§
source§impl Castable for PannerNode
impl Castable for PannerNode
source§impl DomObject for PannerNode
impl DomObject for PannerNode
source§impl DomObjectWrap for PannerNode
impl DomObjectWrap for PannerNode
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>, _: CanGc) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PannerNodeBinding::PannerNode_Binding::Wrap as for<'a, 'b> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::option::Option<js::rust::Handle<'b, *mut js::jsapi::JSObject>>, std::boxed::Box<dom::pannernode::PannerNode>, script_runtime::CanGc) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::pannernode::PannerNode>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Option<HandleObject<'_>>, _: Box<Self>, _: CanGc) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::PannerNodeBinding::PannerNode_Binding::Wrap as for<'a, 'b> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::option::Option<js::rust::Handle<'b, *mut js::jsapi::JSObject>>, std::boxed::Box<dom::pannernode::PannerNode>, script_runtime::CanGc) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::pannernode::PannerNode>>}
Function pointer to the general wrap function type
source§impl HasParent for PannerNode
impl HasParent for PannerNode
source§impl IDLInterface for PannerNode
impl IDLInterface for PannerNode
source§impl MallocSizeOf for PannerNode
impl MallocSizeOf for PannerNode
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for PannerNode
impl MutDomObject for PannerNode
source§impl PannerNodeMethods for PannerNode
impl PannerNodeMethods for PannerNode
fn Constructor( window: &Window, proto: Option<HandleObject<'_>>, can_gc: CanGc, context: &BaseAudioContext, options: &PannerOptions, ) -> Result<Root<Dom<PannerNode>>, Error>
fn PositionX(&self) -> Root<Dom<AudioParam>>
fn PositionY(&self) -> Root<Dom<AudioParam>>
fn PositionZ(&self) -> Root<Dom<AudioParam>>
fn OrientationX(&self) -> Root<Dom<AudioParam>>
fn OrientationY(&self) -> Root<Dom<AudioParam>>
fn OrientationZ(&self) -> Root<Dom<AudioParam>>
fn DistanceModel(&self) -> DistanceModelType
fn SetDistanceModel(&self, model: DistanceModelType)
fn PanningModel(&self) -> PanningModelType
fn SetPanningModel(&self, model: PanningModelType)
fn RefDistance(&self) -> Finite<f64>
fn SetRefDistance(&self, val: Finite<f64>) -> Result<(), Error>
fn MaxDistance(&self) -> Finite<f64>
fn SetMaxDistance(&self, val: Finite<f64>) -> Result<(), Error>
fn RolloffFactor(&self) -> Finite<f64>
fn SetRolloffFactor(&self, val: Finite<f64>) -> Result<(), Error>
fn ConeInnerAngle(&self) -> Finite<f64>
fn SetConeInnerAngle(&self, val: Finite<f64>)
fn ConeOuterAngle(&self) -> Finite<f64>
fn SetConeOuterAngle(&self, val: Finite<f64>)
fn ConeOuterGain(&self) -> Finite<f64>
fn SetConeOuterGain(&self, val: Finite<f64>) -> Result<(), Error>
fn SetPosition(&self, x: Finite<f32>, y: Finite<f32>, z: Finite<f32>)
fn SetOrientation(&self, x: Finite<f32>, y: Finite<f32>, z: Finite<f32>)
source§impl PartialEq for PannerNode
impl PartialEq for PannerNode
source§impl ToJSValConvertible for PannerNode
impl ToJSValConvertible for PannerNode
impl DerivedFrom<AudioNode> for PannerNode
impl DerivedFrom<EventTarget> for PannerNode
impl Eq for PannerNode
Auto Trait Implementations§
impl !Freeze for PannerNode
impl !RefUnwindSafe for PannerNode
impl !Send for PannerNode
impl !Sync for PannerNode
impl Unpin for PannerNode
impl !UnwindSafe for PannerNode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert