@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCRtpContributingSourceStats
extends RTCStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCRtpContributingSourceStats.Builder |
static interface |
RTCRtpContributingSourceStats.Step1 |
static interface |
RTCRtpContributingSourceStats.Step2 |
static interface |
RTCRtpContributingSourceStats.Step3 |
static interface |
RTCRtpContributingSourceStats.Step4 |
| Modifier and Type | Method and Description |
|---|---|
double |
audioLevel() |
int |
contributorSsrc() |
@JsNonNull java.lang.String |
inboundRtpStreamId() |
int |
packetsContributedTo() |
void |
setAudioLevel(double audioLevel) |
void |
setContributorSsrc(int contributorSsrc) |
void |
setInboundRtpStreamId(@JsNonNull java.lang.String inboundRtpStreamId) |
void |
setPacketsContributedTo(int packetsContributedTo) |
static RTCRtpContributingSourceStats.Step1 |
timestamp(double timestamp) |
@JsOverlay @Nonnull static RTCRtpContributingSourceStats.Step1 timestamp(double timestamp)
@JsProperty(name="contributorSsrc") int contributorSsrc()
@JsProperty void setContributorSsrc(int contributorSsrc)
@JsProperty(name="inboundRtpStreamId") @JsNonNull java.lang.String inboundRtpStreamId()
@JsProperty void setInboundRtpStreamId(@JsNonNull java.lang.String inboundRtpStreamId)
@JsProperty(name="audioLevel") double audioLevel()
@JsProperty void setAudioLevel(double audioLevel)
@JsProperty(name="packetsContributedTo") int packetsContributedTo()
@JsProperty void setPacketsContributedTo(int packetsContributedTo)