@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCRemoteOutboundRtpStreamStats.Builder
extends RTCRemoteOutboundRtpStreamStats
RTCRemoteOutboundRtpStreamStats.Builder, RTCRemoteOutboundRtpStreamStats.Step1, RTCRemoteOutboundRtpStreamStats.Step2, RTCRemoteOutboundRtpStreamStats.Step3, RTCRemoteOutboundRtpStreamStats.Step4| Modifier and Type | Method and Description |
|---|---|
default RTCRemoteOutboundRtpStreamStats.Builder |
averageRTCPInterval(double averageRTCPInterval) |
default RTCRemoteOutboundRtpStreamStats.Builder |
bytesSent(int bytesSent) |
default RTCRemoteOutboundRtpStreamStats.Builder |
codecId(java.lang.String codecId)
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
|
default RTCRemoteOutboundRtpStreamStats.Builder |
localId(java.lang.String localId)
The RTCRemoteOutboundRtpStreamStats dictionary's localId property is a string which can be used to identify the RTCInboundRtpStreamStats object whose remoteId matches this value.
|
default RTCRemoteOutboundRtpStreamStats.Builder |
mediaType(java.lang.String mediaType) |
default RTCRemoteOutboundRtpStreamStats.Builder |
packetsSent(int packetsSent) |
default RTCRemoteOutboundRtpStreamStats.Builder |
remoteTimestamp(double remoteTimestamp)
The RTCRemoteOutboundRtpStreamStats property remoteTimestamp indicates the timestamp on the remote peer at which these statistics were sent.
|
default RTCRemoteOutboundRtpStreamStats.Builder |
reportsSent(int reportsSent)
The RTCRemoteOutboundRtpStreamStats dictionary's reportsSent property provides the number of Sender Reports (SRs) the remote peer has transmitted to the local peer.
|
default RTCRemoteOutboundRtpStreamStats.Builder |
roundTripTime(double roundTripTime) |
default RTCRemoteOutboundRtpStreamStats.Builder |
roundTripTimeMeasurements(int roundTripTimeMeasurements) |
default RTCRemoteOutboundRtpStreamStats.Builder |
totalRoundTripTime(double totalRoundTripTime) |
default RTCRemoteOutboundRtpStreamStats.Builder |
transportId(java.lang.String transportId)
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
|
localId, remoteTimestamp, reportsSent, roundTripTime, roundTripTimeMeasurements, setLocalId, setRemoteTimestamp, setReportsSent, setRoundTripTime, setRoundTripTimeMeasurements, setTotalRoundTripTime, timestamp, totalRoundTripTimebytesSent, packetsSent, setBytesSent, setPacketsSentaverageRTCPInterval, codecId, kind, mediaType, setAverageRTCPInterval, setCodecId, setKind, setMediaType, setSsrc, setTransportId, ssrc, transportId@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder localId(@Nonnull java.lang.String localId)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder remoteTimestamp(double remoteTimestamp)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder reportsSent(int reportsSent)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder roundTripTime(double roundTripTime)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder roundTripTimeMeasurements(int roundTripTimeMeasurements)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder totalRoundTripTime(double totalRoundTripTime)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder bytesSent(int bytesSent)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder packetsSent(int packetsSent)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder codecId(@Nonnull java.lang.String codecId)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder transportId(@Nonnull java.lang.String transportId)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder averageRTCPInterval(double averageRTCPInterval)
@JsOverlay @Nonnull default RTCRemoteOutboundRtpStreamStats.Builder mediaType(@Nonnull java.lang.String mediaType)