@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCSentRtpStreamStats")
public static interface RTCSentRtpStreamStats.Builder
extends RTCSentRtpStreamStats
RTCSentRtpStreamStats.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCSentRtpStreamStats.Builder |
averageRTCPInterval(double averageRTCPInterval) |
default RTCSentRtpStreamStats.Builder |
bytesSent(int bytesSent) |
default RTCSentRtpStreamStats.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 RTCSentRtpStreamStats.Builder |
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.
|
default RTCSentRtpStreamStats.Builder |
kind(java.lang.String kind)
The kind property of the RTCRtpStreamStats dictionary is a string indicating whether the described RTP stream contains audio or video media.
|
default RTCSentRtpStreamStats.Builder |
mediaType(java.lang.String mediaType) |
default RTCSentRtpStreamStats.Builder |
packetsSent(int packetsSent) |
default RTCSentRtpStreamStats.Builder |
ssrc(int ssrc)
The RTCRtpStreamStats dictionary's ssrc property provides the Synchronization Source (SSRC), an integer which uniquely identifies the source of the RTP packets whose statistics are covered by the RTCStatsReport that includes this RTCRtpStreamStats dictionary.
|
default RTCSentRtpStreamStats.Builder |
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.
|
default RTCSentRtpStreamStats.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.
|
default RTCSentRtpStreamStats.Builder |
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.
|
bytesSent, create, packetsSent, setBytesSent, setPacketsSentaverageRTCPInterval, codecId, kind, mediaType, setAverageRTCPInterval, setCodecId, setKind, setMediaType, setSsrc, setTransportId, ssrc, transportId@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder bytesSent(int bytesSent)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder packetsSent(int packetsSent)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder codecId(@Nonnull java.lang.String codecId)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder kind(@Nonnull java.lang.String kind)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder ssrc(int ssrc)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder transportId(@Nonnull java.lang.String transportId)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder averageRTCPInterval(double averageRTCPInterval)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder mediaType(@Nonnull java.lang.String mediaType)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder id(@Nonnull java.lang.String id)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder timestamp(double timestamp)
@JsOverlay @Nonnull default RTCSentRtpStreamStats.Builder type(@RTCStatsType @Nonnull java.lang.String type)