Struct xpcom::interfaces::nsIPresentationControlChannel [] [src]

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

interface nsIPresentationControlChannel : nsISupports

Methods

impl nsIPresentationControlChannel
[src]

[src]

Cast this nsIPresentationControlChannel to one of its base interfaces.

impl nsIPresentationControlChannel
[src]

[src]

attribute nsIPresentationControlChannelListener listener;

[src]

attribute nsIPresentationControlChannelListener listener;

[src]

void sendOffer (in nsIPresentationChannelDescription offer);

[src]

void sendAnswer (in nsIPresentationChannelDescription answer);

[src]

void sendIceCandidate (in DOMString candidate);

[src]

void launch (in DOMString presentationId, in DOMString url);

[src]

void terminate (in DOMString presentationId);

[src]

void disconnect (in nsresult reason);

[src]

void reconnect (in DOMString presentationId, in DOMString url);

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

IID: nsIID = nsID(3859685516, 43509, 19398, [154, 62, 71, 243, 228, 174, 156, 87])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationControlChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.