Struct xpcom::interfaces::nsIDOMMediaList [] [src]

#[repr(C)]
pub struct nsIDOMMediaList { /* fields omitted */ }

interface nsIDOMMediaList : nsISupports

Methods

impl nsIDOMMediaList
[src]

[src]

Cast this nsIDOMMediaList to one of its base interfaces.

impl nsIDOMMediaList
[src]

[src]

/**
 * The nsIDOMMediaList interface is a datatype for a list of media
 * types in the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

attribute DOMString mediaText;

[src]

/**
 * The nsIDOMMediaList interface is a datatype for a list of media
 * types in the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Style
 */

attribute DOMString mediaText;

[src]

readonly attribute unsigned long length;

[src]

DOMString item (in unsigned long index);

[src]

void deleteMedium (in DOMString oldMedium) raises (DOMException);

[src]

void appendMedium (in DOMString newMedium) raises (DOMException);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMMediaList
[src]

IID: nsIID = nsID(2601266903, 4380, 18468, [173, 249, 239, 13, 166, 218, 211, 113])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMMediaList
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMMediaList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.