Struct xpcom::interfaces::nsIMediaDevice [] [src]

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

interface nsIMediaDevice : nsISupports

Methods

impl nsIMediaDevice
[src]

[src]

Cast this nsIMediaDevice to one of its base interfaces.

impl nsIMediaDevice
[src]

[src]

readonly attribute DOMString type;

[src]

readonly attribute DOMString name;

[src]

readonly attribute DOMString id;

[src]

readonly attribute DOMString mediaSource;

[src]

readonly attribute DOMString rawId;

[src]

readonly attribute boolean scary;

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 nsIMediaDevice
[src]

IID: nsIID = nsID(3124440584, 7175, 19667, [136, 34, 244, 215, 227, 95, 242, 174])

[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 nsIMediaDevice
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIMediaDevice
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.