Struct xpcom::interfaces::IPeerConnection [] [src]

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

interface IPeerConnection : nsISupports

Methods

impl IPeerConnection
[src]

[src]

Cast this IPeerConnection to one of its base interfaces.

impl IPeerConnection
[src]

kHintAudio: i64 = 1

kHintVideo: i64 = 2

kActionNone: i64 = -1

kActionOffer: i64 = 0

kActionAnswer: i64 = 1

kActionPRAnswer: i64 = 2

kActionRollback: i64 = 3

kIceGathering: i64 = 0

kIceWaiting: i64 = 1

kIceChecking: i64 = 2

kIceConnected: i64 = 3

kIceFailed: i64 = 4

kNew: i64 = 0

kNegotiating: i64 = 1

kActive: i64 = 2

kClosing: i64 = 3

kClosed: i64 = 4

kDataChannelReliable: i64 = 0

kDataChannelPartialReliableRexmit: i64 = 1

kDataChannelPartialReliableTimed: i64 = 2

kNoError: i64 = 0

kInvalidCandidate: i64 = 2

kInvalidMediastreamTrack: i64 = 3

kInvalidState: i64 = 4

kInvalidSessionDescription: i64 = 5

kIncompatibleSessionDescription: i64 = 6

kIncompatibleMediaStreamTrack: i64 = 8

kInternalError: i64 = 9

kMaxErrorType: i64 = 9

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

IID: nsIID = nsID(347064551, 58401, 19724, [153, 165, 105, 48, 141, 135, 20, 129])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for IPeerConnection
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.