@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCRtpTransceiverStats.Builder
extends RTCRtpTransceiverStats
RTCRtpTransceiverStats.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCRtpTransceiverStats.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 RTCRtpTransceiverStats.Builder |
mid(java.lang.String mid) |
default RTCRtpTransceiverStats.Builder |
receiverId(java.lang.String receiverId) |
default RTCRtpTransceiverStats.Builder |
senderId(java.lang.String senderId) |
default RTCRtpTransceiverStats.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 RTCRtpTransceiverStats.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.
|
create, mid, receiverId, senderId, setMid, setReceiverId, setSenderId@JsOverlay @Nonnull default RTCRtpTransceiverStats.Builder mid(@Nonnull java.lang.String mid)
@JsOverlay @Nonnull default RTCRtpTransceiverStats.Builder receiverId(@Nonnull java.lang.String receiverId)
@JsOverlay @Nonnull default RTCRtpTransceiverStats.Builder senderId(@Nonnull java.lang.String senderId)
@JsOverlay @Nonnull default RTCRtpTransceiverStats.Builder timestamp(double timestamp)
@JsOverlay @Nonnull default RTCRtpTransceiverStats.Builder type(@RTCStatsType @Nonnull java.lang.String type)
@JsOverlay @Nonnull default RTCRtpTransceiverStats.Builder id(@Nonnull java.lang.String id)