Struct xpcom::interfaces::nsIPresentationControlChannelListener [] [src]

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

interface nsIPresentationControlChannelListener : nsISupports

Methods

impl nsIPresentationControlChannelListener
[src]

[src]

Cast this nsIPresentationControlChannelListener to one of its base interfaces.

impl nsIPresentationControlChannelListener
[src]

[src]

void onOffer (in nsIPresentationChannelDescription offer);

[src]

void onAnswer (in nsIPresentationChannelDescription answer);

[src]

void onIceCandidate (in DOMString candidate);

[src]

void notifyConnected ();

[src]

void notifyDisconnected (in nsresult reason);

[src]

void notifyReconnected ();

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

IID: nsIID = nsID(2531087503, 32015, 17345, [177, 173, 40, 230, 102, 207, 30, 130])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationControlChannelListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.