Struct xpcom::interfaces::nsIPresentationSessionTransportBuilderListener [] [src]

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

interface nsIPresentationSessionTransportBuilderListener : nsISupports

Methods

impl nsIPresentationSessionTransportBuilderListener
[src]

[src]

Cast this nsIPresentationSessionTransportBuilderListener to one of its base interfaces.

impl nsIPresentationSessionTransportBuilderListener
[src]

[src]

void onSessionTransport (in nsIPresentationSessionTransport transport);

[src]

void onError (in nsresult reason);

[src]

void sendOffer (in nsIPresentationChannelDescription offer);

[src]

void sendAnswer (in nsIPresentationChannelDescription answer);

[src]

void sendIceCandidate (in DOMString candidate);

[src]

void close (in nsresult reason);

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

IID: nsIID = nsID(1732210145, 57939, 16824, [155, 232, 183, 255, 22, 31, 168, 220])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPresentationSessionTransportBuilderListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.