Package elemental2.dom
Interface RTCRtpContributingSource
-
@JsType(isNative=true, namespace="<global>") public interface RTCRtpContributingSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RTCRtpContributingSource.GetTimestampUnionType
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description double
getAudioLevel()
double
getCaptureTimestamp()
double
getRtpTimestamp()
double
getSenderCaptureTimeOffset()
double
getSource()
RTCRtpContributingSource.GetTimestampUnionType
getTimestamp()
void
setAudioLevel(double audioLevel)
void
setCaptureTimestamp(double captureTimestamp)
void
setRtpTimestamp(double rtpTimestamp)
void
setSenderCaptureTimeOffset(double senderCaptureTimeOffset)
void
setSource(double source)
default void
setTimestamp(double timestamp)
default void
setTimestamp(elemental2.core.JsDate timestamp)
void
setTimestamp(RTCRtpContributingSource.GetTimestampUnionType timestamp)
-
-
-
Method Detail
-
getAudioLevel
@JsProperty double getAudioLevel()
-
getCaptureTimestamp
@JsProperty double getCaptureTimestamp()
-
getRtpTimestamp
@JsProperty double getRtpTimestamp()
-
getSenderCaptureTimeOffset
@JsProperty double getSenderCaptureTimeOffset()
-
getSource
@JsProperty double getSource()
-
getTimestamp
@JsProperty RTCRtpContributingSource.GetTimestampUnionType getTimestamp()
-
setAudioLevel
@JsProperty void setAudioLevel(double audioLevel)
-
setCaptureTimestamp
@JsProperty void setCaptureTimestamp(double captureTimestamp)
-
setRtpTimestamp
@JsProperty void setRtpTimestamp(double rtpTimestamp)
-
setSenderCaptureTimeOffset
@JsProperty void setSenderCaptureTimeOffset(double senderCaptureTimeOffset)
-
setSource
@JsProperty void setSource(double source)
-
setTimestamp
@JsProperty void setTimestamp(RTCRtpContributingSource.GetTimestampUnionType timestamp)
-
setTimestamp
@JsOverlay default void setTimestamp(elemental2.core.JsDate timestamp)
-
setTimestamp
@JsOverlay default void setTimestamp(double timestamp)
-
-