@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCRtpContributingSourceStats.Builder
extends RTCRtpContributingSourceStats
RTCRtpContributingSourceStats.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCRtpContributingSourceStats.Builder |
audioLevel(double audioLevel) |
default RTCRtpContributingSourceStats.Builder |
contributorSsrc(int contributorSsrc) |
default RTCRtpContributingSourceStats.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 RTCRtpContributingSourceStats.Builder |
inboundRtpStreamId(java.lang.String inboundRtpStreamId) |
default RTCRtpContributingSourceStats.Builder |
packetsContributedTo(int packetsContributedTo) |
default RTCRtpContributingSourceStats.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 RTCRtpContributingSourceStats.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.
|
audioLevel, contributorSsrc, create, inboundRtpStreamId, packetsContributedTo, setAudioLevel, setContributorSsrc, setInboundRtpStreamId, setPacketsContributedTo@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder audioLevel(double audioLevel)
@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder contributorSsrc(int contributorSsrc)
@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder inboundRtpStreamId(@Nonnull java.lang.String inboundRtpStreamId)
@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder packetsContributedTo(int packetsContributedTo)
@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder id(@Nonnull java.lang.String id)
@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder timestamp(double timestamp)
@JsOverlay @Nonnull default RTCRtpContributingSourceStats.Builder type(@RTCStatsType @Nonnull java.lang.String type)