| Modifier and Type | Method and Description |
|---|---|
int |
congestionWindow() |
default RTCSctpTransportStats |
congestionWindow(int congestionWindow) |
static RTCSctpTransportStats |
create(java.lang.String id,
double timestamp,
java.lang.String type) |
default RTCSctpTransportStats |
id(java.lang.String id)
The id property of the RTCStats dictionary is a string which uniquely identifies the object for which this RTCStats object provides statistics.
|
int |
mtu() |
default RTCSctpTransportStats |
mtu(int mtu) |
int |
receiverWindow() |
default RTCSctpTransportStats |
receiverWindow(int receiverWindow) |
void |
setCongestionWindow(int congestionWindow) |
void |
setMtu(int mtu) |
void |
setReceiverWindow(int receiverWindow) |
void |
setSmoothedRoundTripTime(double smoothedRoundTripTime) |
void |
setTransportId(java.lang.String transportId) |
void |
setUnackData(int unackData) |
double |
smoothedRoundTripTime() |
default RTCSctpTransportStats |
smoothedRoundTripTime(double smoothedRoundTripTime) |
default RTCSctpTransportStats |
timestamp(double timestamp)
The timestamp property of the RTCStats dictionary is a DOMHighResTimeStamp object specifying the time at which the data in the object was sampled.
|
java.lang.String |
transportId() |
default RTCSctpTransportStats |
transportId(java.lang.String transportId) |
default RTCSctpTransportStats |
type(java.lang.String type)
The RTCStats dictionary's property type is a string which specifies the type of statistic represented by the object, where the permitted values are drawn from the enum type RTCStatsType.
|
int |
unackData() |
default RTCSctpTransportStats |
unackData(int unackData) |
@JsOverlay @Nonnull static RTCSctpTransportStats create(@Nonnull java.lang.String id, double timestamp, @RTCStatsType @Nonnull java.lang.String type)
@JsProperty(name="congestionWindow") int congestionWindow()
@JsProperty void setCongestionWindow(int congestionWindow)
@JsOverlay @Nonnull default RTCSctpTransportStats congestionWindow(int congestionWindow)
@JsProperty(name="mtu") int mtu()
@JsProperty void setMtu(int mtu)
@JsOverlay @Nonnull default RTCSctpTransportStats mtu(int mtu)
@JsProperty(name="receiverWindow") int receiverWindow()
@JsProperty void setReceiverWindow(int receiverWindow)
@JsOverlay @Nonnull default RTCSctpTransportStats receiverWindow(int receiverWindow)
@JsProperty(name="smoothedRoundTripTime") double smoothedRoundTripTime()
@JsProperty void setSmoothedRoundTripTime(double smoothedRoundTripTime)
@JsOverlay @Nonnull default RTCSctpTransportStats smoothedRoundTripTime(double smoothedRoundTripTime)
@JsProperty(name="transportId") java.lang.String transportId()
@JsProperty
void setTransportId(@Nonnull
java.lang.String transportId)
@JsOverlay @Nonnull default RTCSctpTransportStats transportId(@Nonnull java.lang.String transportId)
@JsProperty(name="unackData") int unackData()
@JsProperty void setUnackData(int unackData)
@JsOverlay @Nonnull default RTCSctpTransportStats unackData(int unackData)
@JsOverlay @Nonnull default RTCSctpTransportStats id(@Nonnull java.lang.String id)
id in interface RTCStats@JsOverlay @Nonnull default RTCSctpTransportStats timestamp(double timestamp)
timestamp in interface RTCStats@JsOverlay @Nonnull default RTCSctpTransportStats type(@RTCStatsType @Nonnull java.lang.String type)
type in interface RTCStats