Struct script::dom::audiobuffersourcenode::AudioBufferSourceNode
source · #[repr(C)]pub struct AudioBufferSourceNode {
source_node: AudioScheduledSourceNode,
buffer: MutNullableDom<AudioBuffer>,
buffer_set: Cell<bool>,
playback_rate: Dom<AudioParam>,
detune: Dom<AudioParam>,
loop_enabled: Cell<bool>,
loop_start: Cell<f64>,
loop_end: Cell<f64>,
}
Fields§
§source_node: AudioScheduledSourceNode
§buffer: MutNullableDom<AudioBuffer>
§buffer_set: Cell<bool>
§playback_rate: Dom<AudioParam>
§detune: Dom<AudioParam>
§loop_enabled: Cell<bool>
§loop_start: Cell<f64>
§loop_end: Cell<f64>
Implementations§
source§impl AudioBufferSourceNode
impl AudioBufferSourceNode
fn new_inherited(
window: &Window,
context: &BaseAudioContext,
options: &AudioBufferSourceOptions
) -> Result<AudioBufferSourceNode, Error>
pub fn new(
window: &Window,
context: &BaseAudioContext,
options: &AudioBufferSourceOptions
) -> Result<Root<Dom<AudioBufferSourceNode>>, Error>
pub fn Constructor(
window: &Window,
context: &BaseAudioContext,
options: &AudioBufferSourceOptions
) -> Result<Root<Dom<AudioBufferSourceNode>>, Error>
source§impl AudioBufferSourceNode
impl AudioBufferSourceNode
fn __assert_parent_type(&self)
Trait Implementations§
source§impl AudioBufferSourceNodeMethods for AudioBufferSourceNode
impl AudioBufferSourceNodeMethods for AudioBufferSourceNode
fn GetBuffer(&self) -> Result<Option<Root<Dom<AudioBuffer>>>, Error>
fn SetBuffer(&self, new_buffer: Option<&AudioBuffer>) -> Result<(), Error>
fn PlaybackRate(&self) -> Root<Dom<AudioParam>>
fn Detune(&self) -> Root<Dom<AudioParam>>
fn Loop(&self) -> bool
fn SetLoop(&self, should_loop: bool)
fn LoopStart(&self) -> Finite<f64>
fn SetLoopStart(&self, loop_start: Finite<f64>)
fn LoopEnd(&self) -> Finite<f64>
fn SetLoopEnd(&self, loop_end: Finite<f64>)
fn Start(
&self,
when: Finite<f64>,
offset: Option<Finite<f64>>,
duration: Option<Finite<f64>>
) -> Result<(), Error>
source§impl Castable for AudioBufferSourceNode
impl Castable for AudioBufferSourceNode
source§impl DomObject for AudioBufferSourceNode
impl DomObject for AudioBufferSourceNode
source§impl DomObjectWrap for AudioBufferSourceNode
impl DomObjectWrap for AudioBufferSourceNode
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::AudioBufferSourceNodeBinding::AudioBufferSourceNodeBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::audiobuffersourcenode::AudioBufferSourceNode>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::audiobuffersourcenode::AudioBufferSourceNode>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::AudioBufferSourceNodeBinding::AudioBufferSourceNodeBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::audiobuffersourcenode::AudioBufferSourceNode>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::audiobuffersourcenode::AudioBufferSourceNode>>}
Function pointer to the general wrap function type
source§impl HasParent for AudioBufferSourceNode
impl HasParent for AudioBufferSourceNode
source§fn as_parent(&self) -> &AudioScheduledSourceNode
fn as_parent(&self) -> &AudioScheduledSourceNode
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = AudioScheduledSourceNode
source§impl IDLInterface for AudioBufferSourceNode
impl IDLInterface for AudioBufferSourceNode
source§impl JSTraceable for AudioBufferSourceNode
impl JSTraceable for AudioBufferSourceNode
source§impl MallocSizeOf for AudioBufferSourceNode
impl MallocSizeOf for AudioBufferSourceNode
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 AudioBufferSourceNode
impl MutDomObject for AudioBufferSourceNode
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<AudioBufferSourceNode> for AudioBufferSourceNode
impl PartialEq<AudioBufferSourceNode> for AudioBufferSourceNode
source§fn eq(&self, other: &AudioBufferSourceNode) -> bool
fn eq(&self, other: &AudioBufferSourceNode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl DerivedFrom<AudioNode> for AudioBufferSourceNode
impl DerivedFrom<AudioScheduledSourceNode> for AudioBufferSourceNode
impl DerivedFrom<EventTarget> for AudioBufferSourceNode
Auto Trait Implementations§
impl !RefUnwindSafe for AudioBufferSourceNode
impl !Send for AudioBufferSourceNode
impl !Sync for AudioBufferSourceNode
impl Unpin for AudioBufferSourceNode
impl !UnwindSafe for AudioBufferSourceNode
Blanket Implementations§
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> 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> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
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