[−][src]Struct web_sys::HtmlAudioElement
The HtmlAudioElement class.
This API requires the following crate features to be activated: HtmlAudioElement
Implementations
impl HtmlAudioElement[src]
pub fn new() -> Result<HtmlAudioElement, JsValue>[src]
The new HtmlAudioElement(..) constructor, creating a new instance of HtmlAudioElement.
This API requires the following crate features to be activated: HtmlAudioElement
impl HtmlAudioElement[src]
pub fn new_with_src(src: &str) -> Result<HtmlAudioElement, JsValue>[src]
The new HtmlAudioElement(..) constructor, creating a new instance of HtmlAudioElement.
This API requires the following crate features to be activated: HtmlAudioElement
Methods from Deref<Target = HtmlMediaElement>
pub fn error(&self) -> Option<MediaError>[src]
Getter for the error field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, MediaError
pub fn src(&self) -> String[src]
Getter for the src field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_src(&self, value: &str)[src]
Setter for the src field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn current_src(&self) -> String[src]
Getter for the currentSrc field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn src_object(&self) -> Option<MediaStream>[src]
Getter for the srcObject field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, MediaStream
pub fn set_src_object(&self, value: Option<&MediaStream>)[src]
Setter for the srcObject field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, MediaStream
pub fn cross_origin(&self) -> Option<String>[src]
Getter for the crossOrigin field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_cross_origin(&self, value: Option<&str>)[src]
Setter for the crossOrigin field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn network_state(&self) -> u16[src]
Getter for the networkState field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn preload(&self) -> String[src]
Getter for the preload field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_preload(&self, value: &str)[src]
Setter for the preload field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn buffered(&self) -> TimeRanges[src]
Getter for the buffered field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, TimeRanges
pub fn ready_state(&self) -> u16[src]
Getter for the readyState field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn seeking(&self) -> bool[src]
Getter for the seeking field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn current_time(&self) -> f64[src]
Getter for the currentTime field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_current_time(&self, value: f64)[src]
Setter for the currentTime field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn duration(&self) -> f64[src]
Getter for the duration field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn paused(&self) -> bool[src]
Getter for the paused field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn default_playback_rate(&self) -> f64[src]
Getter for the defaultPlaybackRate field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_default_playback_rate(&self, value: f64)[src]
Setter for the defaultPlaybackRate field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn playback_rate(&self) -> f64[src]
Getter for the playbackRate field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_playback_rate(&self, value: f64)[src]
Setter for the playbackRate field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn played(&self) -> TimeRanges[src]
Getter for the played field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, TimeRanges
pub fn seekable(&self) -> TimeRanges[src]
Getter for the seekable field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, TimeRanges
pub fn ended(&self) -> bool[src]
Getter for the ended field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn autoplay(&self) -> bool[src]
Getter for the autoplay field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_autoplay(&self, value: bool)[src]
Setter for the autoplay field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn loop_(&self) -> bool[src]
Getter for the loop field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_loop(&self, value: bool)[src]
Setter for the loop field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn controls(&self) -> bool[src]
Getter for the controls field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_controls(&self, value: bool)[src]
Setter for the controls field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn volume(&self) -> f64[src]
Getter for the volume field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_volume(&self, value: f64)[src]
Setter for the volume field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn muted(&self) -> bool[src]
Getter for the muted field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_muted(&self, value: bool)[src]
Setter for the muted field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn default_muted(&self) -> bool[src]
Getter for the defaultMuted field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_default_muted(&self, value: bool)[src]
Setter for the defaultMuted field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn audio_tracks(&self) -> AudioTrackList[src]
Getter for the audioTracks field of this object.
This API requires the following crate features to be activated: AudioTrackList, HtmlMediaElement
pub fn video_tracks(&self) -> VideoTrackList[src]
Getter for the videoTracks field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, VideoTrackList
pub fn text_tracks(&self) -> Option<TextTrackList>[src]
Getter for the textTracks field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, TextTrackList
pub fn media_keys(&self) -> Option<MediaKeys>[src]
Getter for the mediaKeys field of this object.
This API requires the following crate features to be activated: HtmlMediaElement, MediaKeys
pub fn onencrypted(&self) -> Option<Function>[src]
Getter for the onencrypted field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_onencrypted(&self, value: Option<&Function>)[src]
Setter for the onencrypted field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn onwaitingforkey(&self) -> Option<Function>[src]
Getter for the onwaitingforkey field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_onwaitingforkey(&self, value: Option<&Function>)[src]
Setter for the onwaitingforkey field of this object.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn add_text_track(&self, kind: TextTrackKind) -> TextTrack[src]
The addTextTrack() method.
This API requires the following crate features to be activated: HtmlMediaElement, TextTrack, TextTrackKind
pub fn add_text_track_with_label(
&self,
kind: TextTrackKind,
label: &str
) -> TextTrack[src]
&self,
kind: TextTrackKind,
label: &str
) -> TextTrack
The addTextTrack() method.
This API requires the following crate features to be activated: HtmlMediaElement, TextTrack, TextTrackKind
pub fn add_text_track_with_label_and_language(
&self,
kind: TextTrackKind,
label: &str,
language: &str
) -> TextTrack[src]
&self,
kind: TextTrackKind,
label: &str,
language: &str
) -> TextTrack
The addTextTrack() method.
This API requires the following crate features to be activated: HtmlMediaElement, TextTrack, TextTrackKind
pub fn can_play_type(&self, type_: &str) -> String[src]
The canPlayType() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn fast_seek(&self, time: f64) -> Result<(), JsValue>[src]
The fastSeek() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn has_suspend_taint(&self) -> bool[src]
The hasSuspendTaint() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn load(&self)[src]
The load() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn pause(&self) -> Result<(), JsValue>[src]
The pause() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn play(&self) -> Result<Promise, JsValue>[src]
The play() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn seek_to_next_frame(&self) -> Result<Promise, JsValue>[src]
The seekToNextFrame() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub fn set_media_keys(&self, media_keys: Option<&MediaKeys>) -> Promise[src]
The setMediaKeys() method.
This API requires the following crate features to be activated: HtmlMediaElement, MediaKeys
pub fn set_visible(&self, a_visible: bool)[src]
The setVisible() method.
This API requires the following crate features to be activated: HtmlMediaElement
pub const NETWORK_EMPTY: u16[src]
pub const NETWORK_IDLE: u16[src]
pub const NETWORK_LOADING: u16[src]
pub const NETWORK_NO_SOURCE: u16[src]
pub const HAVE_NOTHING: u16[src]
pub const HAVE_METADATA: u16[src]
pub const HAVE_CURRENT_DATA: u16[src]
pub const HAVE_FUTURE_DATA: u16[src]
pub const HAVE_ENOUGH_DATA: u16[src]
Trait Implementations
impl AsRef<Element> for HtmlAudioElement[src]
impl AsRef<EventTarget> for HtmlAudioElement[src]
fn as_ref(&self) -> &EventTarget[src]
impl AsRef<HtmlAudioElement> for HtmlAudioElement[src]
fn as_ref(&self) -> &HtmlAudioElement[src]
impl AsRef<HtmlElement> for HtmlAudioElement[src]
fn as_ref(&self) -> &HtmlElement[src]
impl AsRef<HtmlMediaElement> for HtmlAudioElement[src]
fn as_ref(&self) -> &HtmlMediaElement[src]
impl AsRef<JsValue> for HtmlAudioElement[src]
impl AsRef<Node> for HtmlAudioElement[src]
impl AsRef<Object> for HtmlAudioElement[src]
impl Clone for HtmlAudioElement[src]
fn clone(&self) -> HtmlAudioElement[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for HtmlAudioElement[src]
impl Deref for HtmlAudioElement[src]
type Target = HtmlMediaElement
The resulting type after dereferencing.
fn deref(&self) -> &HtmlMediaElement[src]
impl Eq for HtmlAudioElement[src]
impl From<HtmlAudioElement> for JsValue[src]
fn from(obj: HtmlAudioElement) -> JsValue[src]
impl From<HtmlAudioElement> for HtmlMediaElement[src]
fn from(obj: HtmlAudioElement) -> HtmlMediaElement[src]
impl From<HtmlAudioElement> for HtmlElement[src]
fn from(obj: HtmlAudioElement) -> HtmlElement[src]
impl From<HtmlAudioElement> for Element[src]
fn from(obj: HtmlAudioElement) -> Element[src]
impl From<HtmlAudioElement> for Node[src]
fn from(obj: HtmlAudioElement) -> Node[src]
impl From<HtmlAudioElement> for EventTarget[src]
fn from(obj: HtmlAudioElement) -> EventTarget[src]
impl From<HtmlAudioElement> for Object[src]
fn from(obj: HtmlAudioElement) -> Object[src]
impl From<JsValue> for HtmlAudioElement[src]
fn from(obj: JsValue) -> HtmlAudioElement[src]
impl FromWasmAbi for HtmlAudioElement[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi) -> Self[src]
impl IntoWasmAbi for HtmlAudioElement[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a HtmlAudioElement[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl JsCast for HtmlAudioElement[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn is_type_of(val: &JsValue) -> bool[src]
impl OptionFromWasmAbi for HtmlAudioElement[src]
impl OptionIntoWasmAbi for HtmlAudioElement[src]
impl<'a> OptionIntoWasmAbi for &'a HtmlAudioElement[src]
impl PartialEq<HtmlAudioElement> for HtmlAudioElement[src]
fn eq(&self, other: &HtmlAudioElement) -> bool[src]
fn ne(&self, other: &HtmlAudioElement) -> bool[src]
impl RefFromWasmAbi for HtmlAudioElement[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<HtmlAudioElement>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor[src]
impl StructuralEq for HtmlAudioElement[src]
impl StructuralPartialEq for HtmlAudioElement[src]
impl WasmDescribe for HtmlAudioElement[src]
Auto Trait Implementations
impl RefUnwindSafe for HtmlAudioElement
impl !Send for HtmlAudioElement
impl !Sync for HtmlAudioElement
impl Unpin for HtmlAudioElement
impl UnwindSafe for HtmlAudioElement
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,