Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. RtcDataChannel class
RtcDataChannel
description

RtcDataChannel class

Inheritance
Annotations
  • @Native.new("RTCDataChannel,DataChannel")

Properties

binaryTypeString?
getter/setter pair
bufferedAmountint?
no setter
bufferedAmountLowThresholdint?
getter/setter pair
hashCodeint
The hash code for this object.
no setterinherited
idint?
no setter
labelString?
no setter
maxRetransmitsint?
no setter
maxRetransmitTimeint?
no setter
negotiatedbool?
no setter
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onCloseStream<Event>
Stream ofclose events handled by thisRtcDataChannel.
no setter
onErrorStream<Event>
Stream oferror events handled by thisRtcDataChannel.
no setter
onMessageStream<MessageEvent>
Stream ofmessage events handled by thisRtcDataChannel.
no setter
onOpenStream<Event>
Stream ofopen events handled by thisRtcDataChannel.
no setter
orderedbool?
no setter
protocolString?
no setter
readyStateString?
no setter
reliablebool?
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
close()→ void
dispatchEvent(Eventevent)bool
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
send(dynamicdata)→ void
sendBlob(Blobdata)→ void
sendByteBuffer(ByteBufferdata)→ void
sendString(Stringdata)→ void
sendTypedData(TypedDatadata)→ void
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

closeEvent→ constEventStreamProvider<Event>
Static factory designed to exposeclose events to eventhandlers that are not necessarily instances ofRtcDataChannel.
errorEvent→ constEventStreamProvider<Event>
Static factory designed to exposeerror events to eventhandlers that are not necessarily instances ofRtcDataChannel.
messageEvent→ constEventStreamProvider<MessageEvent>
Static factory designed to exposemessage events to eventhandlers that are not necessarily instances ofRtcDataChannel.
openEvent→ constEventStreamProvider<Event>
Static factory designed to exposeopen events to eventhandlers that are not necessarily instances ofRtcDataChannel.
  1. Dart
  2. dart:html
  3. RtcDataChannel class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp