Struct xpcom::interfaces::nsIMediaManagerService [] [src]

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

interface nsIMediaManagerService : nsISupports

Methods

impl nsIMediaManagerService
[src]

[src]

Cast this nsIMediaManagerService to one of its base interfaces.

impl nsIMediaManagerService
[src]

[src]

readonly attribute nsIArray activeMediaCaptureWindows;

[src]

void mediaCaptureWindowState (in nsIDOMWindow aWindow, out boolean aVideo, out boolean aAudio, [optional] out boolean aScreenShare, [optional] out boolean aWindowShare, [optional] out boolean aAppShare, [optional] out boolean aBrowserShare);

[src]

void sanitizeDeviceIds (in long long sinceWhen);

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

IID: nsIID = nsID(615661057, 13309, 16415, [186, 37, 110, 82, 101, 135, 80, 176])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIMediaManagerService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.