@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCRtpContributingSource
| Modifier and Type | Method and Description |
|---|---|
double |
audioLevel()
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
|
default RTCRtpContributingSource |
audioLevel(double audioLevel)
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
|
static RTCRtpContributingSource |
create(int rtpTimestamp,
int source,
double timestamp) |
int |
rtpTimestamp()
The read-only rtpTimestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the source-generated time at which the media contained int he packet was first sampled or obtained.
|
default RTCRtpContributingSource |
rtpTimestamp(int rtpTimestamp)
The read-only rtpTimestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the source-generated time at which the media contained int he packet was first sampled or obtained.
|
void |
setAudioLevel(double audioLevel)
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
|
void |
setRtpTimestamp(int rtpTimestamp)
The read-only rtpTimestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the source-generated time at which the media contained int he packet was first sampled or obtained.
|
void |
setSource(int source)
The read-only source property of the RTCRtpContributingSource interface returns the source identifier of a particular stream of RTP packets.
|
void |
setTimestamp(double timestamp)
The read-only timestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the most recent time of playout of an RTP packet from the source.
|
int |
source()
The read-only source property of the RTCRtpContributingSource interface returns the source identifier of a particular stream of RTP packets.
|
default RTCRtpContributingSource |
source(int source)
The read-only source property of the RTCRtpContributingSource interface returns the source identifier of a particular stream of RTP packets.
|
double |
timestamp()
The read-only timestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the most recent time of playout of an RTP packet from the source.
|
default RTCRtpContributingSource |
timestamp(double timestamp)
The read-only timestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the most recent time of playout of an RTP packet from the source.
|
@JsOverlay @Nonnull static RTCRtpContributingSource create(int rtpTimestamp, int source, double timestamp)
@JsProperty(name="audioLevel") double audioLevel()
@JsProperty void setAudioLevel(double audioLevel)
@JsOverlay @Nonnull default RTCRtpContributingSource audioLevel(double audioLevel)
@JsProperty(name="rtpTimestamp") int rtpTimestamp()
@JsProperty void setRtpTimestamp(int rtpTimestamp)
@JsOverlay @Nonnull default RTCRtpContributingSource rtpTimestamp(int rtpTimestamp)
@JsProperty(name="source") int source()
@JsProperty void setSource(int source)
@JsOverlay @Nonnull default RTCRtpContributingSource source(int source)
@JsProperty(name="timestamp") double timestamp()
@JsProperty void setTimestamp(double timestamp)
@JsOverlay @Nonnull default RTCRtpContributingSource timestamp(double timestamp)