@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCRtpSynchronizationSource
extends RTCRtpContributingSource
| Modifier and Type | Method and Description |
|---|---|
default RTCRtpSynchronizationSource |
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 RTCRtpSynchronizationSource |
create(int rtpTimestamp,
int source,
double timestamp) |
default RTCRtpSynchronizationSource |
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.
|
default RTCRtpSynchronizationSource |
source(int source)
The read-only source property of the RTCRtpContributingSource interface returns the source identifier of a particular stream of RTP packets.
|
default RTCRtpSynchronizationSource |
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.
|
audioLevel, rtpTimestamp, setAudioLevel, setRtpTimestamp, setSource, setTimestamp, source, timestamp@JsOverlay @Nonnull static RTCRtpSynchronizationSource create(int rtpTimestamp, int source, double timestamp)
create in interface RTCRtpContributingSource@JsOverlay @Nonnull default RTCRtpSynchronizationSource audioLevel(double audioLevel)
audioLevel in interface RTCRtpContributingSource@JsOverlay @Nonnull default RTCRtpSynchronizationSource rtpTimestamp(int rtpTimestamp)
rtpTimestamp in interface RTCRtpContributingSource@JsOverlay @Nonnull default RTCRtpSynchronizationSource source(int source)
source in interface RTCRtpContributingSource@JsOverlay @Nonnull default RTCRtpSynchronizationSource timestamp(double timestamp)
timestamp in interface RTCRtpContributingSource